org.objectweb.easybeans.tests.common.ejbs.stateless
Interface ItfSimpleBeanRemote<T>

Type Parameters:
T - list type
All Known Implementing Classes:
SLSBSimpleInterceptorTest00, SLSBSimpleInterceptorTest01, SLSBSimpleInterceptorTest02

public interface ItfSimpleBeanRemote<T>

Is used to test methods with interceptors declarations inside the bean class.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
static java.lang.Integer EMBEDDED_INTERCEPTOR
          The number that each method will add in the array.
static java.lang.Integer ORDER
          The number that each method will add in the array.
 
Method Summary
 java.util.List<T> withInterceptors(java.util.List<T> par)
          Appends an element in the par.
 java.util.List<T> withInterceptorsInheritance(java.util.List<T> par)
          Appends an element in the par.
 

Field Detail

ORDER

static final java.lang.Integer ORDER
The number that each method will add in the array.


EMBEDDED_INTERCEPTOR

static final java.lang.Integer EMBEDDED_INTERCEPTOR
The number that each method will add in the array.

Method Detail

withInterceptors

java.util.List<T> withInterceptors(java.util.List<T> par)
Appends an element in the par.

Parameters:
par - list used to append the value.
Returns:
list updated

withInterceptorsInheritance

java.util.List<T> withInterceptorsInheritance(java.util.List<T> par)
Appends an element in the par.

Parameters:
par - list used to append the value.
Returns:
list updated