| |
|
| java.lang.Object org.ow2.easybeans.tests.enhancer.wrongspecification.bean.TwoAroundInvokeInterceptor
TwoAroundInvokeInterceptor | public class TwoAroundInvokeInterceptor (Code) | | This class has two annotations(AroundInvoke).
It isn't in agreement with the JSR 220 - EJB 3.0 Spec.
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public Object | doException(InvocationContext invocationContext) This method causes an illegal state exception. | public Object | doException2(InvocationContext invocationContext) This method causes an illegal state exception. |
doException | public Object doException(InvocationContext invocationContext) throws Exception(Code) | | This method causes an illegal state exception. There are two @AroundInvoke annotations in this class.
Parameters: invocationContext - contains attributes of invocation. method's invocation result throws: Exception - if invocation fails |
doException2 | public Object doException2(InvocationContext invocationContext) throws Exception(Code) | | This method causes an illegal state exception. There are two AroundInvoke annotations in this class.
Parameters: invocationContext - contains attributes of invocation. method's invocation result throws: Exception - if invocation fails |
|
|
|