@Extensible @DirectoryServerExtension @DirectoryProxyServerExtension(appliesToLocalContent=true, appliesToRemoteContent=false) @SynchronizationServerExtension(appliesToLocalContent=true, appliesToSynchronizedContent=false) @MetricsEngineExtension @BrokerExtension @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ServerShutdownListener
ServerContext.registerShutdownListener method, and the corresponding
deregisterShutdownListener should be used to deregister the listener
if it is no longer needed.
| Modifier and Type | Method and Description |
|---|---|
void |
processServerShutdown(java.lang.String reason)
Performs any processing that may be necessary when the server begins the
shutdown process.
|
void processServerShutdown(java.lang.String reason)
reason - Information about the reason for the shutdown.