| |
|
| org.ow2.easybeans.tests.common.ejbs.base.ItfClassInterceptor
ItfClassInterceptor | public interface ItfClassInterceptor (Code) | | Is used to test if the container call the class interceptors in order.
author: Gisele Pinheiro Souza author: Eduardo Studzinski E. de Castro< Parameters: T - > list type |
Field Summary | |
Integer | ORDER The number that each method will add in the array. |
ORDER | Integer ORDER(Code) | | The number that each method will add in the array.
|
excludeClassAndOneMtd | List<T> excludeClassAndOneMtd(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has the class interceptors, one method interceptor and has the
annotation ExcludeClassInterceptor
Parameters: par - list used to apend the value list updated |
excludeClassDefAndFourMtd | List<T> excludeClassDefAndFourMtd(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has the class interceptors, four method interceptor and has the
annotation ExcludeClassInterceptor
Parameters: par - list used to apend the value list updated |
withExcludeClassInterceptor | List<T> withExcludeClassInterceptor(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has only the class interceptors and has the annotation ExcludeClassInterceptor
Parameters: par - list used to apend the value list updated |
withExcludeDefaultInterceptor | List<T> withExcludeDefaultInterceptor(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has only the class interceptors.
Parameters: par - list used to apend the value list updated |
withOneMethodInterceptor | List<T> withOneMethodInterceptor(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has the class interceptors and one method interceptor.
Parameters: par - list used to append the value list updated |
withThreeMethodInterceptor | List<T> withThreeMethodInterceptor(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has the class interceptors and three method interceptor.
Parameters: par - list used to append the value list updated |
withoutMethodInterceptor | List<T> withoutMethodInterceptor(List<T> par)(Code) | | Appends a integer in the par with the value 0.
Has only the class interceptors.
Parameters: par - list used to apend the value list updated |
|
|
|