|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Terminator
A Terminator is an interface that requires a "terminate" method. The intention is that a Terminator performs actions immediately before a JVM is terminated, and allows for a "clean termination" procedure.
| Method Summary | |
|---|---|
boolean |
terminate()
signal that the system is about to terminate; This object should perform the necessary actions for "clean termination", without exiting the system as a whole. |
| Method Detail |
|---|
boolean terminate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||