org.jboss.test.aop.bean
Class CallerInterceptor

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

public class CallerInterceptor
extends java.lang.Object


Field Summary
static boolean called
           
static java.lang.String RETURN_VALUE
           
 
Constructor Summary
CallerInterceptor()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETURN_VALUE

public static final java.lang.String RETURN_VALUE
See Also:
Constant Field Values (src)

called

public static boolean called
Constructor Detail

CallerInterceptor

public CallerInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable