| |
|
| java.lang.Object org.ow2.easybeans.tests.enhancer.wrongspecification.bean.StaticMethodInterceptor
StaticMethodInterceptor | public class StaticMethodInterceptor (Code) | | This class has the interceptor method with static 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 static method modifier that isn't allowed by the specification.
Parameters: invocationContext - contains attributes of invocation. method's invocation result throws: Exception - if invocation fails |
|
|
|