org.jboss.test.aop.bean
Class AfterInterceptor

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

public class AfterInterceptor
extends java.lang.Object


Field Summary
static java.lang.String lastIntercepted
           
static java.lang.String lastTransAttributeAccessed
           
 
Constructor Summary
AfterInterceptor()
           
 
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

lastIntercepted

public static java.lang.String lastIntercepted

lastTransAttributeAccessed

public static java.lang.String lastTransAttributeAccessed
Constructor Detail

AfterInterceptor

public AfterInterceptor()
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