|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.common.interceptors.business.PrintOrder07Interceptor
public class PrintOrder07Interceptor
This interceptor is used to test the order execution of interceptors.
Field Summary | |
---|---|
static int |
ORDER
Constant to add into array. |
Constructor Summary | |
---|---|
PrintOrder07Interceptor()
|
Method Summary | |
---|---|
java.lang.Object |
addOrder(javax.ejb.InvocationContext invocationContext)
Intercepts the method and add the ORDER value in the list that was get from InvocationContext. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ORDER
Constructor Detail |
---|
public PrintOrder07Interceptor()
Method Detail |
---|
public java.lang.Object addOrder(javax.ejb.InvocationContext invocationContext) throws java.lang.Exception
invocationContext
- contains attributes of invocation, the first
parameter of the intercepted method must be a list.
java.lang.Exception
- if invocation fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |