Uses of Interface
org.forgerock.opendj.server.core.CancelRequestListener
-
Packages that use CancelRequestListener Package Description org.forgerock.opendj.server.core Classes implementing core server APIs. -
-
Uses of CancelRequestListener in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core with parameters of type CancelRequestListener Modifier and Type Method Description void
RequestContext. addCancelRequestListener(CancelRequestListener listener)
Registers the provided cancellation listener with this request context so that it can be notified if a cancellation request is received and processing of the request should be aborted if possible.
-