|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.api.ExtendedOperationHandler<CancelExtendedOperationHandlerCfg>
org.opends.server.extensions.CancelExtendedOperation
public class CancelExtendedOperation
This class implements the LDAP cancel extended operation defined in RFC 3909. It is similar to the LDAP abandon operation, with the exception that it requires a response for both the operation that is cancelled and the cancel request (whereas an abandon request never has a response, and if it is successful the abandoned operation won't get one either).
| Constructor Summary | |
|---|---|
CancelExtendedOperation()
Create an instance of this cancel extended operation. |
|
| Method Summary | |
|---|---|
void |
finalizeExtendedOperationHandler()
Performs any finalization that may be necessary for this extended operation handler. |
void |
initializeExtendedOperationHandler(CancelExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the information in the provided configuration entry. |
void |
processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation. |
| Methods inherited from class org.opends.server.api.ExtendedOperationHandler |
|---|
deregisterControlsAndFeatures, getSupportedControls, getSupportedFeatures, isConfigurationAcceptable, registerControlsAndFeatures, supportsControl, supportsFeature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CancelExtendedOperation()
initializeExtendedOperationHandler
method.
| Method Detail |
|---|
public void initializeExtendedOperationHandler(CancelExtendedOperationHandlerCfg config)
throws ConfigException,
InitializationException
initializeExtendedOperationHandler in class ExtendedOperationHandler<CancelExtendedOperationHandlerCfg>config - The configuration that contains the information
to use to initialize this extended operation handler.
ConfigException - If an unrecoverable problem arises in the
process of performing the initialization.
InitializationException - If a problem occurs during initialization
that is not related to the server
configuration.public void finalizeExtendedOperationHandler()
finalizeExtendedOperationHandler in class ExtendedOperationHandler<CancelExtendedOperationHandlerCfg>public void processExtendedOperation(ExtendedOperation operation)
processExtendedOperation in class ExtendedOperationHandler<CancelExtendedOperationHandlerCfg>operation - The extended operation to be processed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||