Uses of Class
org.forgerock.opendj.ldap.CancelledResultException
Package
Description
Classes implementing core server APIs.
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of CancelledResultException in org.forgerock.opendj.server.core
Modifier and TypeMethodDescriptionvoid
RequestContext.checkIfCancelled
(boolean signalTooLate) ThrowsCancelledResultException
if a cancellation request has been received and processing of the request should be aborted if possible. -
Uses of CancelledResultException in org.opends.server.api
Modifier and TypeMethodDescriptionabstract void
LocalBackend.addEntry
(Entry entry, AddOperation addOperation) Adds the provided entry to this backend.abstract void
LocalBackend.deleteEntry
(Dn entryDN, DeleteOperation deleteOperation) Removes the specified entry from this backend.abstract void
LocalBackend.renameEntry
(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation) Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary.abstract void
LocalBackend.replaceEntry
(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) Replaces the specified entry with the provided entry in this backend.abstract void
LocalBackend.search
(SearchOperation searchOperation) Processes the specified search in this backend. -
Uses of CancelledResultException in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionDirectoryServerPlugin.doPreOperation
(PreOperationAddOperation addOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for an add operation.DirectoryServerPlugin.doPreOperation
(PreOperationCompareOperation compareOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a compare operation.DirectoryServerPlugin.doPreOperation
(PreOperationDeleteOperation deleteOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a delete operation.DirectoryServerPlugin.doPreOperation
(PreOperationExtendedOperation extendedOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for an extended operation.DirectoryServerPlugin.doPreOperation
(PreOperationModifyDNOperation modifyDNOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify DN operation.DirectoryServerPlugin.doPreOperation
(PreOperationModifyOperation modifyOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a modify operation.DirectoryServerPlugin.doPreOperation
(PreOperationSearchOperation searchOperation) Performs any necessary processing that should be done just before the Directory Server performs the core processing for a search operation.DirectoryServerPlugin.doPreParse
(PreParseAddOperation addOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of an add request.DirectoryServerPlugin.doPreParse
(PreParseCompareOperation compareOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a compare request.DirectoryServerPlugin.doPreParse
(PreParseDeleteOperation deleteOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request.DirectoryServerPlugin.doPreParse
(PreParseExtendedOperation extendedOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request.DirectoryServerPlugin.doPreParse
(PreParseModifyDNOperation modifyDNOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a modify DN request.DirectoryServerPlugin.doPreParse
(PreParseModifyOperation modifyOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request.DirectoryServerPlugin.doPreParse
(PreParseSearchOperation searchOperation) Performs any necessary processing that should be done before the Directory Server parses the elements of a search request. -
Uses of CancelledResultException in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokePreOperationAddPlugins
(PreOperationAddOperation addOperation) Invokes the set of pre-operation add plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationComparePlugins
(PreOperationCompareOperation compareOperation) Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationDeletePlugins
(PreOperationDeleteOperation deleteOperation) Invokes the set of pre-operation delete plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationExtendedPlugins
(PreOperationExtendedOperation extendedOperation) Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationModifyDNPlugins
(PreOperationModifyDNOperation modifyDNOperation) Invokes the set of pre-operation modify DN plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationModifyPlugins
(PreOperationModifyOperation modifyOperation) Invokes the set of pre-operation modify plugins that have been configured in the Directory Server.PluginConfigManager.invokePreOperationSearchPlugins
(PreOperationSearchOperation searchOperation) Invokes the set of pre-operation search plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseAddPlugins
(PreParseAddOperation addOperation) Invokes the set of pre-parse add plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseComparePlugins
(PreParseCompareOperation compareOperation) Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseDeletePlugins
(PreParseDeleteOperation deleteOperation) Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseExtendedPlugins
(PreParseExtendedOperation extendedOperation) Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseModifyDNPlugins
(PreParseModifyDNOperation modifyDNOperation) Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseModifyPlugins
(PreParseModifyOperation modifyOperation) Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.PluginConfigManager.invokePreParseSearchPlugins
(PreParseSearchOperation searchOperation) Invokes the set of pre-parse search plugins that have been configured in the Directory Server. -
Uses of CancelledResultException in org.opends.server.types
Modifier and TypeMethodDescriptionfinal void
Operation.checkIfCanceled
(boolean signalTooLate) Checks to see if this operation requested to cancel in which caseCancelledResultException
will be thrown. -
Uses of CancelledResultException in org.opends.server.types.operation
Modifier and TypeMethodDescriptionvoid
PluginOperation.checkIfCanceled
(boolean signalTooLate) Checks to see if this operation requested to cancel in which caseCancelledResultException
will be thrown.