org.jboss.test.aop.bean
Class POJOMethodInterceptor

java.lang.Object
  extended byorg.jboss.test.aop.bean.POJOMethodInterceptor

public class POJOMethodInterceptor
extends java.lang.Object


Field Summary
static boolean wasHit
           
 
Constructor Summary
POJOMethodInterceptor()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wasHit

public static boolean wasHit
Constructor Detail

POJOMethodInterceptor

public POJOMethodInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable