org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean
Class MyLifeCycleInterceptorStateless

java.lang.Object
  extended by org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.MyLifeCycleInterceptorStateless

public class MyLifeCycleInterceptorStateless
extends java.lang.Object

Defines some callback methods.

Author:
Florent Benoit

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

MyLifeCycleInterceptorStateless

public MyLifeCycleInterceptorStateless()
Method Detail

postConstMethod

public void postConstMethod(javax.ejb.InvocationContext invocationContext)
@javax.ejb.PostConstruct method.

Parameters:
invocationContext - the invocation context

onePreDestroyMethod

public void onePreDestroyMethod(javax.ejb.InvocationContext invocationContext)
@javax.ejb.PreDestroy method.

Parameters:
invocationContext - the invocation context