| |
|
| org.ow2.easybeans.tests.common.ejbs.base.ItfSimpleBean
ItfSimpleBean | public interface ItfSimpleBean (Code) | | Is used to test methods with interceptors declarations inside the bean class.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza< Parameters: T - > list type |
EMBEDDED_INTERCEPTOR | Integer EMBEDDED_INTERCEPTOR(Code) | | The number that each method will add in the array.
|
ORDER | Integer ORDER(Code) | | The number that each method will add in the array.
|
withInterceptors | List<T> withInterceptors(List<T> par)(Code) | | Appends an element in the par.
Parameters: par - list used to append the value. list updated |
withInterceptorsInheritance | List<T> withInterceptorsInheritance(List<T> par)(Code) | | Appends an element in the par.
Parameters: par - list used to append the value. list updated |
|
|
|