|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.common.interceptors.lifecycle.AllLifecycle01Interceptor
public class AllLifecycle01Interceptor
This interceptor contains the four life cycle callbacks interceptors method.
Field Summary | |
---|---|
private org.objectweb.easybeans.log.JLog |
logger
Log helper. |
Constructor Summary | |
---|---|
AllLifecycle01Interceptor()
|
Method Summary | |
---|---|
void |
postActivate(javax.ejb.InvocationContext invocationContext)
Simple lifecyle callback interceptor method to PostActivate. |
void |
postConstruct(javax.ejb.InvocationContext invocationContext)
Simple lifecyle callback interceptor method to PostConstruct. |
void |
preDestroy(javax.ejb.InvocationContext invocationContext)
Simple lifecyle callback interceptor method to PreDestroy. |
void |
prePassivate(javax.ejb.InvocationContext invocationContext)
Simple lifecyle callback interceptor method to PrePassivate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.objectweb.easybeans.log.JLog logger
Constructor Detail |
---|
public AllLifecycle01Interceptor()
Method Detail |
---|
public void postConstruct(javax.ejb.InvocationContext invocationContext)
invocationContext
- contains attributes of invocationpublic void preDestroy(javax.ejb.InvocationContext invocationContext) throws java.lang.Exception
invocationContext
- contains attributes of invocation
java.lang.Exception
- if invocation failspublic void postActivate(javax.ejb.InvocationContext invocationContext) throws java.lang.Exception
invocationContext
- contains attributes of invocation
java.lang.Exception
- if invocation failspublic void prePassivate(javax.ejb.InvocationContext invocationContext) throws java.lang.Exception
invocationContext
- contains attributes of invocation
java.lang.Exception
- if invocation fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |