Uses of Class
org.forgerock.opendj.ldap.CancelledResultException
-
Packages that use CancelledResultException Package Description org.forgerock.opendj.server.core Classes implementing core server APIs.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation 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
Methods in org.forgerock.opendj.server.core that throw CancelledResultException Modifier and Type Method Description void
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
Methods in org.opends.server.api that throw CancelledResultException Modifier and Type Method Description abstract 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
Methods in org.opends.server.api.plugin that throw CancelledResultException Modifier and Type Method Description PluginResult.PreOperation
DirectoryServerPlugin. doPreOperation(PreOperationAddOperation addOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core processing for an add operation.PluginResult.PreOperation
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.PluginResult.PreOperation
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.PluginResult.PreOperation
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.PluginResult.PreOperation
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.PluginResult.PreOperation
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.PluginResult.PreOperation
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.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseAddOperation addOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an add request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseCompareOperation compareOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a compare request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseDeleteOperation deleteOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseExtendedOperation extendedOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseModifyDNOperation modifyDNOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify DN request.PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseModifyOperation modifyOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request.PluginResult.PreParse
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
Methods in org.opends.server.core that throw CancelledResultException Modifier and Type Method Description PluginResult.PreOperation
PluginConfigManager. invokePreOperationAddPlugins(PreOperationAddOperation addOperation)
Invokes the set of pre-operation add plugins that have been configured in the Directory Server.PluginResult.PreOperation
PluginConfigManager. invokePreOperationComparePlugins(PreOperationCompareOperation compareOperation)
Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.PluginResult.PreOperation
PluginConfigManager. invokePreOperationDeletePlugins(PreOperationDeleteOperation deleteOperation)
Invokes the set of pre-operation delete plugins that have been configured in the Directory Server.PluginResult.PreOperation
PluginConfigManager. invokePreOperationExtendedPlugins(PreOperationExtendedOperation extendedOperation)
Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.PluginResult.PreOperation
PluginConfigManager. invokePreOperationModifyDNPlugins(PreOperationModifyDNOperation modifyDNOperation)
Invokes the set of pre-operation modify DN plugins that have been configured in the Directory Server.PluginResult.PreOperation
PluginConfigManager. invokePreOperationModifyPlugins(PreOperationModifyOperation modifyOperation)
Invokes the set of pre-operation modify plugins that have been configured in the Directory Server.PluginResult.PreOperation
PluginConfigManager. invokePreOperationSearchPlugins(PreOperationSearchOperation searchOperation)
Invokes the set of pre-operation search plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseAddPlugins(PreParseAddOperation addOperation)
Invokes the set of pre-parse add plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseComparePlugins(PreParseCompareOperation compareOperation)
Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseDeletePlugins(PreParseDeleteOperation deleteOperation)
Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseExtendedPlugins(PreParseExtendedOperation extendedOperation)
Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseModifyDNPlugins(PreParseModifyDNOperation modifyDNOperation)
Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.PluginResult.PreParse
PluginConfigManager. invokePreParseModifyPlugins(PreParseModifyOperation modifyOperation)
Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.PluginResult.PreParse
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
Methods in org.opends.server.types that throw CancelledResultException Modifier and Type Method Description 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
Methods in org.opends.server.types.operation that throw CancelledResultException Modifier and Type Method Description void
PluginOperation. checkIfCanceled(boolean signalTooLate)
Checks to see if this operation requested to cancel in which caseCancelledResultException
will be thrown.
-