|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WaitBeforeShutdownObserver
This interface must be implemented by classes (mainly threads etc), that require notification and waiting before the shutdown sequence commences in the process of a graceful shutdown.
| Method Summary | |
|---|---|
boolean |
isTaskComplete()
The server will wait for all tasks to complete before shutting down. |
void |
startingShutdown()
This method will be invoked on all running components before shutdown happens. |
| Method Detail |
|---|
void startingShutdown()
boolean isTaskComplete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||