|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExitCleaning
An interface that defines an exit method that should be called before performing shutdown tasks. Similar to a shutdown-hook, but this method is not threaded, therfore it is intended for small claen-up processes. Shutdown will be block until the exit method returns.
| Method Summary | |
|---|---|
void |
exit()
This method is called whenever a clean-up before a shutdown is necessarry. |
| Method Detail |
|---|
void exit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||