|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ApplicationLifeCycle.Listener
An interface for an application life cycle listener.
ApplicationLifeCycle.addListener(ApplicationLifeCycle.Listener)| Method Summary | |
|---|---|
void |
beforeDestroy()
This method is called when the application is about to shutdown. |
void |
beforeInitialize()
Called by the initialization code prior to any initialization. |
void |
destroyed()
This method is called when the application has completely shutdown. |
void |
doInitialization()
Called by the initialization code after all Jive managers are initialized but prior to clustering and the task engine being started. |
void |
initialized()
This method is called by the initialization code when application initialization is complete. |
| Method Detail |
|---|
void beforeInitialize()
void doInitialization()
ApplicationLifeCycle).
void initialized()
void beforeDestroy()
void destroyed()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||