org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.interceptororder |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
SLSBClassInterceptorTest00.java | Class | 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.java | Class | 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.
This class has only one class interceptor.
author: Gisele Pinheiro Souza author: Eduardo Studzinski E. |
SLSBClassInterceptorTest02.java | Class | 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.
This class has four class interceptors.
author: Gisele Pinheiro Souza author: Eduardo Studzinski E. |
SLSBMethodInterceptorTest.java | Class | Implements a bean that all methods apend an Integer with value 0. |
SLSBSimpleInterceptorTest00.java | Class | This bean is used to test embedded interceptors. |
SLSBSimpleInterceptorTest01.java | Class | This bean is used to test embedded interceptors. |
SLSBSimpleInterceptorTest02.java | Class | This bean is used to test embedded interceptors. |
SLSBSimpleInterceptorTest03.java | Class | This bean is used to test embedded interceptors. |