|
|||||||||
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.SLSBStaticInternalInterceptor
public class SLSBStaticInternalInterceptor
This bean has an internal interceptor with static method modifier. It isn't in agreement with the JSR220 - EJB 3.0 Spec.
Constructor Summary | |
---|---|
SLSBStaticInternalInterceptor()
|
Method Summary | |
---|---|
static java.lang.Object |
doNothing(javax.ejb.InvocationContext invocationContext)
Intercepts the method and do nothing. |
java.lang.Object |
doOne()
This method has an inteceptor with void return type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SLSBStaticInternalInterceptor()
Method Detail |
---|
public java.lang.Object doOne()
doOne
in interface ItfOneMethodBeanRemote
public static java.lang.Object doNothing(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 |