|
|||||||||
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.wrongspecification.VoidInterceptor
public class VoidInterceptor
This class has an interceptor method that return void. It isn't in agreement with the JSR220 - EJB 3.0 Spec.
Constructor Summary | |
---|---|
VoidInterceptor()
|
Method Summary | |
---|---|
void |
doException(javax.ejb.InvocationContext invocationContext)
This method causes an exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VoidInterceptor()
Method Detail |
---|
public void doException(javax.ejb.InvocationContext invocationContext) throws java.lang.Exception
invocationContext
- contains attributes of invocation.
java.lang.Exception
- if invocation fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |