|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface ServerShutdownListener
This interface defines a method that may be used to notify various Directory Server components that the server is shutting down.
Method Summary | |
---|---|
java.lang.String |
getShutdownListenerName()
Retrieves the human-readable name for this shutdown listener. |
void |
processServerShutdown(Message 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. |
Method Detail |
---|
java.lang.String getShutdownListenerName()
void processServerShutdown(Message reason)
reason
- The human-readable reason for the shutdown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |