|
|||||||||
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.SLSBClassInterceptorTest00
public class SLSBClassInterceptorTest00
Is used to test if the container call the class interceptors in order.Each method in appends 0 in the array, the difference amog them is the way that the interceptors are called. This class has not class interceptors.
Field Summary |
---|
Fields inherited from interface org.objectweb.easybeans.tests.common.ejbs.stateless.ItfClassInterceptorTestRemote |
---|
ORDER |
Constructor Summary | |
---|---|
SLSBClassInterceptorTest00()
|
Method Summary | |
---|---|
java.util.List<java.lang.Integer> |
withExcludeClassDefInterAndFourMethodInter(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withExcludeClassInterAndOneMethodInter(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withExcludeClassInterceptor(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withExcludeDefaultInterceptor(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> |
withoutMethodInterceptor(java.util.List<java.lang.Integer> par)
Appends an Integer with the value 0 in the par. |
java.util.List<java.lang.Integer> |
withThreeMethodInterceptor(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 |
Constructor Detail |
---|
public SLSBClassInterceptorTest00()
Method Detail |
---|
public java.util.List<java.lang.Integer> withoutMethodInterceptor(java.util.List<java.lang.Integer> par)
withoutMethodInterceptor
in interface ItfClassInterceptorTestRemote<java.lang.Integer>
par
- list used to append the value
public java.util.List<java.lang.Integer> withExcludeDefaultInterceptor(java.util.List<java.lang.Integer> par)
withExcludeDefaultInterceptor
in interface ItfClassInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withExcludeClassInterceptor(java.util.List<java.lang.Integer> par)
withExcludeClassInterceptor
in interface ItfClassInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withExcludeClassInterAndOneMethodInter(java.util.List<java.lang.Integer> par)
withExcludeClassInterAndOneMethodInter
in interface ItfClassInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withExcludeClassDefInterAndFourMethodInter(java.util.List<java.lang.Integer> par)
withExcludeClassDefInterAndFourMethodInter
in interface ItfClassInterceptorTestRemote<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 ItfClassInterceptorTestRemote<java.lang.Integer>
par
- array used to append the value
public java.util.List<java.lang.Integer> withThreeMethodInterceptor(java.util.List<java.lang.Integer> par)
withThreeMethodInterceptor
in interface ItfClassInterceptorTestRemote<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 |