org.jboss.test.aop.bean
Class InstanceOfInterceptor

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

public class InstanceOfInterceptor
extends java.lang.Object


Field Summary
static boolean intercepted
           
 
Constructor Summary
InstanceOfInterceptor()
           
 
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

intercepted

public static boolean intercepted
Constructor Detail

InstanceOfInterceptor

public InstanceOfInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

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