Package org.objectweb.easybeans.tests.common.ejbs.stateless

EJB 3.0 tests.

See:
          Description

Interface Summary
ItfClassInterceptorTestRemote<T> Is used to test if the container call the class interceptors in order.
ItfExceptions Interface used to test exceptions.
ItfMethodInterceptorTestRemote<T> Is used to test if the container call the method interceptors in order.
ItfOneMethodBeanRemote This class is used to test beans with wrong specification.
ItfSimpleBeanRemote<T> Is used to test methods with interceptors declarations inside the bean class.
 

Class Summary
SLSBClassInterceptorTest00 Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called.
SLSBClassInterceptorTest01 Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called.
SLSBClassInterceptorTest02 Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called.
SLSBInheritance00 This bean test the inheritance from another class.
SLSBInheritance01 This bean test the inheritance from another class.
SLSBInterceptorExceptions00 This bean is used to test interceptors exceptions.
SLSBMethodInterceptorTest Implements a bean that all methods apend an Integer with value 0.
SLSBSimpleInterceptorTest00 This bean is used to test embedded interceptors.
SLSBSimpleInterceptorTest01 This bean is used to test embedded interceptors.
SLSBSimpleInterceptorTest02 This bean is used to test embedded interceptors.
SLSBSimpleInterceptorTest03  
 

Package org.objectweb.easybeans.tests.common.ejbs.stateless Description

EJB 3.0 tests.