|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- list typepublic interface ItfClassInterceptorTestRemote<T>
Is used to test if the container call the class interceptors in order.
Field Summary | |
---|---|
static java.lang.Integer |
ORDER
The number that each method will add in the array. |
Method Summary | |
---|---|
java.util.List<T> |
withExcludeClassDefInterAndFourMethodInter(java.util.List<T> par)
Appends a integer in the par with the value 0. |
java.util.List<T> |
withExcludeClassInterAndOneMethodInter(java.util.List<T> par)
Appends a integer in the par with the value 0. |
java.util.List<T> |
withExcludeClassInterceptor(java.util.List<T> par)
Appends a integer in the par with the value 0. |
java.util.List<T> |
withExcludeDefaultInterceptor(java.util.List<T> par)
Appends a integer in the par with the value 0. |
java.util.List<T> |
withOneMethodInterceptor(java.util.List<T> par)
Appends a integer in the par with the value 0. |
java.util.List<T> |
withoutMethodInterceptor(java.util.List<T> par)
Appends a integer in the par with the value 0. |
java.util.List<T> |
withThreeMethodInterceptor(java.util.List<T> par)
Appends a integer in the par with the value 0. |
Field Detail |
---|
static final java.lang.Integer ORDER
Method Detail |
---|
java.util.List<T> withoutMethodInterceptor(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withExcludeDefaultInterceptor(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withExcludeClassInterceptor(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withExcludeClassInterAndOneMethodInter(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withExcludeClassDefInterAndFourMethodInter(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withOneMethodInterceptor(java.util.List<T> par)
par
- list used to append the value
java.util.List<T> withThreeMethodInterceptor(java.util.List<T> par)
par
- list used to append the value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |