Uses of Class
org.forgerock.opendj.ldap.CancelledResultException
Packages that use CancelledResultException
Package
Description
Classes implementing core server APIs.
Contains a number of API declarations for use throughout the Directory Server.
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
Methods in org.forgerock.opendj.server.core that throw CancelledResultExceptionModifier 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
Methods in org.opends.server.api that throw CancelledResultExceptionModifier 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.types
Methods in org.opends.server.types that throw CancelledResultExceptionModifier 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
Methods in org.opends.server.types.operation that throw CancelledResultExceptionModifier and TypeMethodDescriptionvoid
PluginOperation.checkIfCanceled
(boolean signalTooLate) Checks to see if this operation requested to cancel in which caseCancelledResultException
will be thrown.