@Extensible @DirectoryServerExtension @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class BackendInitializationListener extends java.lang.Object
| Constructor and Description |
|---|
BackendInitializationListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
backendFinalized(BackendContext backendContext)
Performs any processing that may be required whenever a backend
is de-registered from the Directory Server.
|
abstract void |
backendInitialized(BackendContext backendContext)
Performs any processing that may be required whenever a backend
has been registered for use in the Directory Server.
|
public BackendInitializationListener()
public abstract void backendInitialized(BackendContext backendContext)
backendContext - The backend that has been initialized and put into
service.public abstract void backendFinalized(BackendContext backendContext)
backendContext - The backend that is about to be taken out of service.