|
|||||||||
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.SLSBItfWithInterceptor
public class SLSBItfWithInterceptor
This bean implements an interface with interceptor. It isn't in agreement with the JSR220 - EJB 3.0 Spec.
Field Summary |
---|
Fields inherited from interface org.objectweb.easybeans.tests.common.ejbs.stateless.wrongspecification.ItfWithInterceptor |
---|
VALUE |
Constructor Summary | |
---|---|
SLSBItfWithInterceptor()
|
Method Summary | |
---|---|
java.lang.Object |
doNothing(javax.ejb.InvocationContext invocationContext)
This method returns null. |
java.lang.Integer |
getInteger()
Gets an integer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SLSBItfWithInterceptor()
Method Detail |
---|
public java.lang.Object doNothing(javax.ejb.InvocationContext invocationContext)
doNothing
in interface ItfWithInterceptor
invocationContext
- context
public java.lang.Integer getInteger()
getInteger
in interface ItfWithInterceptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |