| java.lang.Object org.ow2.easybeans.tests.enhancer.wrongspecification.bean.SLSBTwoAroundInvokeError
SLSBTwoAroundInvokeError | public class SLSBTwoAroundInvokeError implements ItfOneMethod00(Code) | | This bean 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 | doNothing1(InvocationContext invocationContext) Intercepts the method and do nothing.
Parameters: invocationContext - contains attributes of invocation, the firstparameter of the intercepted method must be a list. | public Object | doNothing2(InvocationContext invocationContext) Intercepts the method and do nothing.
Parameters: invocationContext - contains attributes of invocation, the firstparameter of the intercepted method must be a list. | public Object | doOne(Integer i) Does nothing. |
doNothing1 | public Object doNothing1(InvocationContext invocationContext) throws Exception(Code) | | Intercepts the method and do nothing.
Parameters: invocationContext - contains attributes of invocation, the firstparameter of the intercepted method must be a list. method's invocation result throws: Exception - if invocation fails |
doNothing2 | public Object doNothing2(InvocationContext invocationContext) throws Exception(Code) | | Intercepts the method and do nothing.
Parameters: invocationContext - contains attributes of invocation, the firstparameter of the intercepted method must be a list. method's invocation result throws: Exception - if invocation fails |
|
|