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

java.lang.Object
  extended by org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
      extended by org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean2
All Implemented Interfaces:
SessionBeanItf

public class StatelessBean2
extends AbsSessionBean
implements SessionBeanItf

Simple class for testing lifecycle events. It doesn't define lifecycle events in this class, only in a separate class. And of course, they should be called.

Author:
Florent Benoit

Constructor Summary
StatelessBean2()
           
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
calledPostConstruct, calledPreDestroy, isPostConstructCalled, isPreDestroyCalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessBean2

public StatelessBean2()