@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface ServerShutdownListener
Modifier and Type | Method and Description |
---|---|
String |
getShutdownListenerName()
Retrieves the human-readable name for this shutdown listener.
|
void |
processServerShutdown(LocalizableMessage reason)
Indicates that the Directory Server has received a request to stop running and that this shutdown listener should
take any action necessary to prepare for it.
|
String getShutdownListenerName()
void processServerShutdown(LocalizableMessage reason)
reason
- The human-readable reason for the shutdown.Copyright 2010-2020 ForgeRock AS.