|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- list typepublic interface ItfSimpleBeanRemote<T>
Is used to test methods with interceptors declarations inside the bean class.
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 |
---|
static final java.lang.Integer ORDER
static final java.lang.Integer EMBEDDED_INTERCEPTOR
Method Detail |
---|
java.util.List<T> withInterceptors(java.util.List<T> par)
par
- list used to append the value.
java.util.List<T> withInterceptorsInheritance(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 |