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 TypeMethodDescriptionvoidRequestContext.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 CancelledResultExceptionModifier and TypeMethodDescriptionabstract 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.types
Methods in org.opends.server.types that throw CancelledResultExceptionModifier and TypeMethodDescriptionfinal 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 CancelledResultExceptionModifier and TypeMethodDescriptionvoidPluginOperation.checkIfCanceled(boolean signalTooLate) Checks to see if this operation requested to cancel in which caseCancelledResultExceptionwill be thrown.