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

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

public class MyLifeCycleInterceptorStateful
extends java.lang.Object

Defines some callback methods for a stateful bean.

Author:
Florent Benoit

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

MyLifeCycleInterceptorStateful

public MyLifeCycleInterceptorStateful()
Method Detail

xxPostxxxConstruct

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

Parameters:
invocationContext - the invocation context

theGreatDestroyMethod

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

Parameters:
invocationContext - the invocation context

testingPrePassivate

public void testingPrePassivate(javax.ejb.InvocationContext invocationContext)
@PrePassivate method.

Parameters:
invocationContext - the invocation context

activating

public void activating(javax.ejb.InvocationContext invocationContext)
@PostActivate method.

Parameters:
invocationContext - the invocation context