@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface LocalBackendInitializationListener
Modifier and Type | Method and Description |
---|---|
void |
performBackendPostFinalizationProcessing(LocalBackend<?> backend)
Performs any processing that may be required whenever a backend is finalized.
|
void |
performBackendPostInitializationProcessing(LocalBackend<?> backend)
Performs any processing that may be required after the Initialisation cycle has been completed, that is all
listeners have received the initialisation event, and the backend has been put into service,.
|
void |
performBackendPreFinalizationProcessing(LocalBackend<?> backend)
Performs any processing that may be required before starting the finalisation cycle, that is invoked before any
listener receive the Finalization event.
|
void |
performBackendPreInitializationProcessing(LocalBackend<?> backend)
Performs any processing that may be required whenever a backend is initialized for use in the Directory Server.
|
void performBackendPreInitializationProcessing(LocalBackend<?> backend)
backend
- The backend that has been initialized and is about to be put into service.void performBackendPostInitializationProcessing(LocalBackend<?> backend)
backend
- The backend that has been initialized and has been put into service.void performBackendPreFinalizationProcessing(LocalBackend<?> backend)
backend
- The backend that is about to be finalized.void performBackendPostFinalizationProcessing(LocalBackend<?> backend)
backend
- The backend that has been taken out of service and is about to be finalized.Copyright 2010-2018 ForgeRock AS.