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.
|
Modifier and Type | Method and Description |
---|---|
Queue<PersistentSearch> |
LocalBackend.getPersistentSearches()
Returns the persistent searches currently active against this local backend.
|
List<PersistentSearch> |
ClientConnection.getPersistentSearches()
Retrieves the set of persistent searches registered for this client.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.deregisterPersistentSearch(PersistentSearch persistentSearch)
Deregisters 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.
|
void |
ClientConnection.registerPersistentSearch(PersistentSearch persistentSearch)
Registers the provided persistent search for this client.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangelogBackend.registerPersistentSearch(PersistentSearch pSearch) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearch.CancellationCallback.persistentSearchCancelled(PersistentSearch psearch)
The provided persistent search has been cancelled.
|
Copyright 2010-2022 ForgeRock AS.