org.jboss.test.aop.bean
Class BeforeInterceptor

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

public class BeforeInterceptor
extends java.lang.Object


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

BeforeInterceptor

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