|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateful
public class MyLifeCycleInterceptorStateful
Defines some callback methods for a stateful bean.
Constructor Summary | |
---|---|
MyLifeCycleInterceptorStateful()
|
Method Summary | |
---|---|
void |
activating(javax.ejb.InvocationContext invocationContext)
@ PostActivate method. |
void |
testingPrePassivate(javax.ejb.InvocationContext invocationContext)
@ PrePassivate method. |
void |
theGreatDestroyMethod(javax.ejb.InvocationContext invocationContext)
@ javax.ejb.PreDestroy method. |
void |
xxPostxxxConstruct(javax.ejb.InvocationContext invocationContext)
@ javax.ejb.PostConstruct method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyLifeCycleInterceptorStateful()
Method Detail |
---|
public void xxPostxxxConstruct(javax.ejb.InvocationContext invocationContext)
javax.ejb.PostConstruct
method.
invocationContext
- the invocation contextpublic void theGreatDestroyMethod(javax.ejb.InvocationContext invocationContext)
javax.ejb.PreDestroy
method.
invocationContext
- the invocation contextpublic void testingPrePassivate(javax.ejb.InvocationContext invocationContext)
PrePassivate
method.
invocationContext
- the invocation contextpublic void activating(javax.ejb.InvocationContext invocationContext)
PostActivate
method.
invocationContext
- the invocation context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |