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

All Superinterfaces:
Request
All Known Subinterfaces:
UpdatableAbandonRequest

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface AbandonRequest
extends Request

This interface defines a set of methods which may be used to interact with an abandon request.


Method Summary
 int getIDToAbandon()
          Retrieves the message ID of the operation to abandon.
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request
getOperationType, getRequestControls
 

Method Detail

getIDToAbandon

int getIDToAbandon()
Retrieves the message ID of the operation to abandon.

Returns:
The message ID of the operation to abandon.