|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableAbandonRequest
This interface defines a set of methods which may be used to update an abandon request.
Method Summary | |
---|---|
void |
setIDToAbandon(int messageID)
Specifies the message ID of the operation to abandon. |
Methods inherited from interface com.unboundid.directory.sdk.common.operation.AbandonRequest |
---|
getIDToAbandon |
Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableRequest |
---|
addRequestControl, setRequestControls |
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request |
---|
getOperationType, getRequestControls |
Method Detail |
---|
void setIDToAbandon(int messageID)
messageID
- The message ID of the operation to abandon.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |