|
Weaver 3.1.0a1-D1 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The WeaverApplicationLifeCycleListener is implemented by W-Beans that wish to be informed of application initialisation and destruction. Any W-Bean (that is any class that implements the WeaverBean interface) that implements this interface is automatically called on application initialisation and destruction.
Method Summary | |
void |
destroyApplication(WeaverExecutionContext context)
Called when the application is destroyed. |
void |
initApplication(WeaverExecutionContext context)
Called when the application is initialised. |
Method Detail |
public void initApplication(WeaverExecutionContext context) throws WeaverClientException
context
- Current execution context.
WeaverClientException
public void destroyApplication(WeaverExecutionContext context) throws WeaverClientException
context
- Current execution context.
WeaverClientException
|
Copyright ©Paul Harvey | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |