|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdave.DefaultLifecycleListener
public class DefaultLifecycleListener
| Constructor Summary | |
|---|---|
DefaultLifecycleListener()
|
|
| Method Summary | |
|---|---|
void |
afterContextCreation(java.lang.Object contextInstance,
java.lang.Object createdContext)
Called just after context's create method has been called. |
void |
afterContextDestroy(java.lang.Object contextInstance)
Called just after context's destroy method has been called. |
void |
afterContextInstantiation(java.lang.Object contextInstance)
Called just after a context has been instantiated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLifecycleListener()
| Method Detail |
|---|
public void afterContextCreation(java.lang.Object contextInstance,
java.lang.Object createdContext)
ILifecycleListenercreate method has been called.
afterContextCreation in interface ILifecycleListenercontextInstance - the holding contextcreatedContext - the object which was returned from create methodpublic void afterContextDestroy(java.lang.Object contextInstance)
ILifecycleListenerdestroy method has been called.
afterContextDestroy in interface ILifecycleListenercontextInstance - the context instancepublic void afterContextInstantiation(java.lang.Object contextInstance)
ILifecycleListener
afterContextInstantiation in interface ILifecycleListenercontextInstance - the instantiated context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||