org.apache.directory.shared.ldap.extras.extended
Interface CancelRequest
- All Superinterfaces:
- ExtendedRequest<CancelResponse>, Message, Request, ResultResponseRequest<CancelResponse>, SingleReplyRequest<CancelResponse>
- All Known Implementing Classes:
- CancelRequestImpl
public interface CancelRequest
- extends ExtendedRequest<CancelResponse>
The CancelRequest interface.
- Author:
- Apache Directory Project
| Methods inherited from interface org.apache.directory.shared.ldap.model.message.Request |
hasResponse |
EXTENSION_OID
static final String EXTENSION_OID
- The requestName for this extended request
- See Also:
- Constant Field Values
getCancelId
int getCancelId()
- Returns:
- The id of the Message to cancel.
setCancelId
void setCancelId(int cancelId)
- Sets the message to cancel by id.
- Parameters:
cancelId - The id of the message to cancel.
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.