org.jboss.test.aop.bean
Class InterceptorCounter

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

public class InterceptorCounter
extends java.lang.Object


Field Summary
static int count
           
 
Constructor Summary
InterceptorCounter()
           
 
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

count

public static int count
Constructor Detail

InterceptorCounter

public InterceptorCounter()
Method Detail

getName

public java.lang.String getName()

invoke

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