|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.interceptors.business.TestMiscInterceptor00
public class TestMiscInterceptor00
Verify if the order to execute the method and callbacks interceptors is correct, also verify the interceptors inheritance. The correct order is:
Field Summary | |
---|---|
private ItfSimpleBeanRemote<java.lang.Integer> |
mtBean00
Bean used to implement the test. |
private ItfSimpleBeanRemote<java.lang.Integer> |
mtBean01
Bean used to implement the test. |
private ItfSimpleBeanRemote<java.lang.Integer> |
mtBean02
Bean used to implement the test. |
Constructor Summary | |
---|---|
TestMiscInterceptor00()
|
Method Summary | |
---|---|
void |
startUp()
Creates beans to be used in the tests. |
void |
testMiscInheritanceInterCallOrder00()
Verifies if the interceptors are following the order of declaration. |
void |
testMiscInheritanceInterCallOrder01()
Verifies if the interceptors are following the order of declaration. |
void |
testMiscInheritanceInterCallOrder02()
Verifies if the interceptors are following the order of declaration. |
void |
testMiscInterCallOrder00()
Verifies if the interceptors are following the order of declaration. |
void |
testMiscPrivateInterCallOrder02()
Verifies if the interceptors are following the order of declaration. |
void |
testMiscPublicInterCallOrder01()
Verifies if the interceptors are following the order of declaration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ItfSimpleBeanRemote<java.lang.Integer> mtBean00
private ItfSimpleBeanRemote<java.lang.Integer> mtBean01
private ItfSimpleBeanRemote<java.lang.Integer> mtBean02
Constructor Detail |
---|
public TestMiscInterceptor00()
Method Detail |
---|
public void startUp() throws java.lang.Exception
java.lang.Exception
- if there is a problem with the bean initialization.public void testMiscInterCallOrder00()
public void testMiscPublicInterCallOrder01()
public void testMiscPrivateInterCallOrder02()
public void testMiscInheritanceInterCallOrder00()
public void testMiscInheritanceInterCallOrder01()
public void testMiscInheritanceInterCallOrder02()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |