| |
|
| java.lang.Object org.ow2.easybeans.tests.enhancer.wrongspecification.bean.FinalMethodInterceptor
FinalMethodInterceptor | public class FinalMethodInterceptor (Code) | | This class has the interceptor method with final modifier.
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 | |
final public Object | doNothing(InvocationContext invocationContext) This method causes an illegal state exception. |
doNothing | final public Object doNothing(InvocationContext invocationContext) throws Exception(Code) | | This method causes an illegal state exception. There are a final method modifier that isn't allowed by the specification.
Parameters: invocationContext - contains attributes of invocation. method's invocation result throws: Exception - if invocation fails |
|
|
|