|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShutdownDelayer
Instances of this interface are invoked during the asynchornous shutdown sequence. They are responsible for delaying the shutdown until the system is in a state which allows it.
Method Summary | |
---|---|
void |
cancelShutdown()
Method invoked to indicate the cancelling of the shutdown sequence. |
boolean |
canShutdown()
Specifies whether the system can safely shutdown. |
void |
initiateShutdown()
Method invoked to indicate the beginning of the shutdown sequence. |
Method Detail |
---|
void initiateShutdown()
boolean canShutdown()
true
if the system can shutdownvoid cancelShutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |