@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface LocalBackendInitializationListener
Modifier and Type | Method and Description |
---|---|
default void |
performBackendPostFinalizationProcessing(LocalBackend<?> backend)
Performs any processing that may be required whenever a backend is finalized.
|
default 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,.
|
default 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.
|
default void |
performBackendPreInitializationProcessing(LocalBackend<?> backend)
Performs any processing that may be required whenever a backend is initialized for use in the Directory Server.
|
default void performBackendPreInitializationProcessing(LocalBackend<?> backend)
backend
- The backend that has been initialized and is about to be put into service.default void performBackendPostInitializationProcessing(LocalBackend<?> backend)
backend
- The backend that has been initialized and has been put into service.default void performBackendPreFinalizationProcessing(LocalBackend<?> backend)
backend
- The backend that is about to be finalized.default void performBackendPostFinalizationProcessing(LocalBackend<?> backend)
backend
- The backend that has been taken out of service and is about to be finalized.Copyright 2010-2022 ForgeRock AS.