org.jfox.ejb3.interceptor
Class InternalInterceptorMethod

java.lang.Object
  extended by org.jfox.ejb3.interceptor.InternalInterceptorMethod
All Implemented Interfaces:
InterceptorMethod

public class InternalInterceptorMethod
extends java.lang.Object
implements InterceptorMethod

Interceptor Method annotated by @AroundInvoke


Constructor Summary
InternalInterceptorMethod(java.lang.reflect.Method interceptorMethod)
           
 
Method Summary
 java.lang.Object invoke(javax.interceptor.InvocationContext invocationContext)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalInterceptorMethod

public InternalInterceptorMethod(java.lang.reflect.Method interceptorMethod)
Method Detail

invoke

public java.lang.Object invoke(javax.interceptor.InvocationContext invocationContext)
                        throws java.lang.Exception
Specified by:
invoke in interface InterceptorMethod
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)