|
|||||||||
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.MyLifeCycleInterceptorStateless
public class MyLifeCycleInterceptorStateless
Defines some callback methods.
Constructor Summary | |
---|---|
MyLifeCycleInterceptorStateless()
|
Method Summary | |
---|---|
void |
onePreDestroyMethod(javax.ejb.InvocationContext invocationContext)
@ javax.ejb.PreDestroy method. |
void |
postConstMethod(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 MyLifeCycleInterceptorStateless()
Method Detail |
---|
public void postConstMethod(javax.ejb.InvocationContext invocationContext)
javax.ejb.PostConstruct
method.
invocationContext
- the invocation contextpublic void onePreDestroyMethod(javax.ejb.InvocationContext invocationContext)
javax.ejb.PreDestroy
method.
invocationContext
- the invocation context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |