org.jboss.test.aop.bean
Class SimpleBeanCallerInterceptor

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

public class SimpleBeanCallerInterceptor
extends java.lang.Object


Field Summary
static boolean wasCalled
           
 
Constructor Summary
SimpleBeanCallerInterceptor()
           
 
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

wasCalled

public static boolean wasCalled
Constructor Detail

SimpleBeanCallerInterceptor

public SimpleBeanCallerInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

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