|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.common.ejbs.stateless.SLSBMethodInterceptorTest
public class SLSBMethodInterceptorTest
Implements a bean that all methods apend an Integer with value 0. The difference between each method is the number of method interceptors used in each one. There are not class interceptor and default interceptor specified.
Field Summary | |
---|---|
private java.util.List<java.lang.Integer> |
lstPostconstruct
List used to test postconstruct callback. |
Fields inherited from interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfMethodInterceptorTestRemote |
---|
ORDER |
Constructor Summary | |
---|---|
SLSBMethodInterceptorTest()
|
Method Summary | |
---|---|
boolean |
checkPostbackInterceptors()
Verifies the list status. |
void |
postConstruct()
Creates a list that will be used. |
java.util.List<java.lang.Integer> |
withFiveMethodInterceptors(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withFiveMethodInterceptorsInverse(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withOneMethodInterceptor(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withoutInterceptor(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withPrivateInterceptors(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withPrivateProtectedPublicInterceptors(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withProtectedInterceptors(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withTwoMethodInterceptors(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<java.lang.Integer> lstPostconstruct
Constructor Detail |
---|
public SLSBMethodInterceptorTest()
Method Detail |
---|
public java.util.List<java.lang.Integer> withFiveMethodInterceptors(java.util.List<java.lang.Integer> par)
withFiveMethodInterceptors
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withFiveMethodInterceptorsInverse(java.util.List<java.lang.Integer> par)
withFiveMethodInterceptorsInverse
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withOneMethodInterceptor(java.util.List<java.lang.Integer> par)
withOneMethodInterceptor
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withoutInterceptor(java.util.List<java.lang.Integer> par)
withoutInterceptor
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withTwoMethodInterceptors(java.util.List<java.lang.Integer> par)
withTwoMethodInterceptors
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public boolean checkPostbackInterceptors()
checkPostbackInterceptors
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
public void postConstruct()
public java.util.List<java.lang.Integer> withPrivateProtectedPublicInterceptors(java.util.List<java.lang.Integer> par)
withPrivateProtectedPublicInterceptors
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withPrivateInterceptors(java.util.List<java.lang.Integer> par)
withPrivateInterceptors
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withProtectedInterceptors(java.util.List<java.lang.Integer> par)
withProtectedInterceptors
in interface ItfMethodInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |