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 voidRequestContext. checkIfCancelled(boolean signalTooLate)ThrowsCancelledResultExceptionif 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 voidLocalBackend. addEntry(Entry entry, AddOperation addOperation)Adds the provided entry to this backend.abstract voidLocalBackend. deleteEntry(Dn entryDN, DeleteOperation deleteOperation)Removes the specified entry from this backend.abstract voidLocalBackend. renameEntry(Dn currentDN, Entry entry, ModifyDnOperation modifyDNOperation)Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary.abstract voidLocalBackend. replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)Replaces the specified entry with the provided entry in this backend.abstract voidLocalBackend. 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.PreOperationDirectoryServerPlugin. 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.PreOperationDirectoryServerPlugin. 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.PreOperationDirectoryServerPlugin. 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.PreOperationDirectoryServerPlugin. 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.PreOperationDirectoryServerPlugin. 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.PreOperationDirectoryServerPlugin. 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.PreOperationDirectoryServerPlugin. 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.PreParseDirectoryServerPlugin. doPreParse(PreParseAddOperation addOperation)Performs any necessary processing that should be done before the Directory Server parses the elements of an add request.PluginResult.PreParseDirectoryServerPlugin. doPreParse(PreParseCompareOperation compareOperation)Performs any necessary processing that should be done before the Directory Server parses the elements of a compare request.PluginResult.PreParseDirectoryServerPlugin. doPreParse(PreParseDeleteOperation deleteOperation)Performs any necessary processing that should be done before the Directory Server parses the elements of a delete request.PluginResult.PreParseDirectoryServerPlugin. doPreParse(PreParseExtendedOperation extendedOperation)Performs any necessary processing that should be done before the Directory Server parses the elements of an extended request.PluginResult.PreParseDirectoryServerPlugin. doPreParse(PreParseModifyDNOperation modifyDNOperation)Performs any necessary processing that should be done before the Directory Server parses the elements of a modify DN request.PluginResult.PreParseDirectoryServerPlugin. doPreParse(PreParseModifyOperation modifyOperation)Performs any necessary processing that should be done before the Directory Server parses the elements of a modify request.PluginResult.PreParseDirectoryServerPlugin. 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.PreOperationPluginConfigManager. invokePreOperationAddPlugins(PreOperationAddOperation addOperation)Invokes the set of pre-operation add plugins that have been configured in the Directory Server.PluginResult.PreOperationPluginConfigManager. invokePreOperationComparePlugins(PreOperationCompareOperation compareOperation)Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.PluginResult.PreOperationPluginConfigManager. invokePreOperationDeletePlugins(PreOperationDeleteOperation deleteOperation)Invokes the set of pre-operation delete plugins that have been configured in the Directory Server.PluginResult.PreOperationPluginConfigManager. invokePreOperationExtendedPlugins(PreOperationExtendedOperation extendedOperation)Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.PluginResult.PreOperationPluginConfigManager. invokePreOperationModifyDNPlugins(PreOperationModifyDNOperation modifyDNOperation)Invokes the set of pre-operation modify DN plugins that have been configured in the Directory Server.PluginResult.PreOperationPluginConfigManager. invokePreOperationModifyPlugins(PreOperationModifyOperation modifyOperation)Invokes the set of pre-operation modify plugins that have been configured in the Directory Server.PluginResult.PreOperationPluginConfigManager. invokePreOperationSearchPlugins(PreOperationSearchOperation searchOperation)Invokes the set of pre-operation search plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. invokePreParseAddPlugins(PreParseAddOperation addOperation)Invokes the set of pre-parse add plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. invokePreParseComparePlugins(PreParseCompareOperation compareOperation)Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. invokePreParseDeletePlugins(PreParseDeleteOperation deleteOperation)Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. invokePreParseExtendedPlugins(PreParseExtendedOperation extendedOperation)Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. invokePreParseModifyDNPlugins(PreParseModifyDNOperation modifyDNOperation)Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. invokePreParseModifyPlugins(PreParseModifyOperation modifyOperation)Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.PluginResult.PreParsePluginConfigManager. 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 voidOperation. checkIfCanceled(boolean signalTooLate)Checks to see if this operation requested to cancel in which caseCancelledResultExceptionwill 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 voidPluginOperation. checkIfCanceled(boolean signalTooLate)Checks to see if this operation requested to cancel in which caseCancelledResultExceptionwill be thrown.
-