com.unboundid.directory.sdk.common.operation
Interface UpdatableAbandonRequest

All Superinterfaces:
AbandonRequest, Request, UpdatableRequest

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface UpdatableAbandonRequest
extends AbandonRequest, UpdatableRequest

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

setIDToAbandon

void setIDToAbandon(int messageID)
Specifies the message ID of the operation to abandon.

Parameters:
messageID - The message ID of the operation to abandon.