| org.ow2.easybeans.tests.common.ejbs.base.ItfMethodInterceptor
ItfMethodInterceptor | public interface ItfMethodInterceptor (Code) | | This interface is used to test if the container call the method 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.
|
checkPostbackInterceptors | boolean checkPostbackInterceptors()(Code) | | Verifies the list status.
true if the list is properly configured to use. |
withFiveMethodInterceptors | List<T> withFiveMethodInterceptors(List<T> par)(Code) | | Apends an element in the par. Also,each interceptor
appends an element with its value.
Parameters: par - list used to apend the value list updated |
withFiveMethodInterceptorsInverse | List<T> withFiveMethodInterceptorsInverse(List<T> par)(Code) | | Appends an element in the par. Also,each interceptor
appends an element with its value.
Parameters: par - list used to append the value list updated |
withOneMethodInterceptor | List<T> withOneMethodInterceptor(List<T> par)(Code) | | Appends an element in the par. Also,the interceptor appends
an element with its value.
Parameters: par - list used to apend the value list updated |
withPackageInterceptors | List<T> withPackageInterceptors(List<Integer> par)(Code) | | Appends an element in the par. Also,each interceptor
appends an element with its value.
Parameters: par - list used to append the value list updated |
withPrivateInterceptors | List<T> withPrivateInterceptors(List<T> par)(Code) | | Appends an element in the par. Also, each interceptor
appends an element with its value.
Parameters: par - list used to append the value list updated |
withPrivateProtectedPublicInterceptors | List<T> withPrivateProtectedPublicInterceptors(List<T> par)(Code) | | Appends an element in the par. Also,each interceptor
appends an element with its value.
Parameters: par - list used to append the value list updated |
withProtectedInterceptors | List<T> withProtectedInterceptors(List<T> par)(Code) | | Appends an element in the par. Also,each interceptor
appends an element with its value.
Parameters: par - list used to append the value list updated |
withTwoMethodInterceptors | List<T> withTwoMethodInterceptors(List<T> par)(Code) | | Appends an element in the par. Also,each interceptor
appends an element with its value.
Parameters: par - list used to apend the value list updated |
withoutInterceptor | List<T> withoutInterceptor(List<T> par)(Code) | | Appends an element in the par.
Parameters: par - list used to append the value list updated |
|
|