@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface BackendInitializationListener
| Modifier and Type | Method and Description |
|---|---|
void |
performBackendFinalizationProcessing(Backend<?> backend)
Performs any processing that may be required whenever a backend
is finalized.
|
void |
performBackendInitializationProcessing(Backend<?> backend)
Performs any processing that may be required whenever a backend
is initialized for use in the Directory Server.
|
void performBackendInitializationProcessing(Backend<?> backend)
backend - The backend that has been initialized and is
about to be put into service.void performBackendFinalizationProcessing(Backend<?> backend)
backend - The backend that has been taken out of service
and is about to be finalized.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.