Uses of Class
org.opends.server.core.PersistentSearch
-
Packages that use PersistentSearch Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PersistentSearch in org.opends.server.api
Methods in org.opends.server.api that return types with arguments of type PersistentSearch Modifier and Type Method Description List<PersistentSearch>
ClientConnection. getPersistentSearches()
Retrieves the set of persistent searches registered for this client.Queue<PersistentSearch>
LocalBackend. getPersistentSearches()
Returns the persistent searches currently active against this local backend.Methods in org.opends.server.api with parameters of type PersistentSearch Modifier and Type Method Description void
ClientConnection. deregisterPersistentSearch(PersistentSearch persistentSearch)
Deregisters the provided persistent search for this client.void
ClientConnection. registerPersistentSearch(PersistentSearch persistentSearch)
Registers the provided persistent search for this client.void
LocalBackend. registerPersistentSearch(PersistentSearch persistentSearch)
Registers the provided persistent search operation with this backend so that it will be notified of any add, delete, modify, or modify DN operations that are performed. -
Uses of PersistentSearch in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type PersistentSearch Modifier and Type Method Description void
ChangelogBackend. registerPersistentSearch(PersistentSearch pSearch)
-
Uses of PersistentSearch in org.opends.server.core
Methods in org.opends.server.core with parameters of type PersistentSearch Modifier and Type Method Description void
PersistentSearch.CancellationCallback. persistentSearchCancelled(PersistentSearch psearch)
The provided persistent search has been cancelled.
-