Uses of Interface
org.opends.server.core.PersistentSearch.CancellationCallback
-
Packages that use PersistentSearch.CancellationCallback Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PersistentSearch.CancellationCallback in org.opends.server.core
Methods in org.opends.server.core with parameters of type PersistentSearch.CancellationCallback Modifier and Type Method Description void
PersistentSearch. registerCancellationCallback(PersistentSearch.CancellationCallback callback)
Registers a cancellation callback with this persistent search.
-