|
|||||||||
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.wrongspecification.SLSBTwoAroundInvokeError
public class SLSBTwoAroundInvokeError
This bean has two annotations(AroundInvoke). It isn't in agreement with the JSR220 - EJB 3.0 Spec.
Constructor Summary | |
---|---|
SLSBTwoAroundInvokeError()
|
Method Summary | |
---|---|
java.lang.Object |
doNothing1(javax.ejb.InvocationContext invocationContext)
Intercepts the method and do nothing. |
java.lang.Object |
doNothing2(javax.ejb.InvocationContext invocationContext)
Intercepts the method and do nothing. |
java.lang.Object |
doOne()
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SLSBTwoAroundInvokeError()
Method Detail |
---|
public java.lang.Object doNothing1(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 failspublic java.lang.Object doNothing2(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 failspublic java.lang.Object doOne()
doOne
in interface ItfOneMethodBeanRemote
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |