org.jboss.test.aop.bean
Class Aspect

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

public class Aspect
extends java.lang.Object

Comment


Constructor Summary
Aspect()
           
 
Method Summary
 java.lang.Object interceptConstructor(ConstructorInvocation invocation)
           
 java.lang.Object interceptField(FieldInvocation invocation)
           
 java.lang.Object interceptMethod(MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aspect

public Aspect()
Method Detail

interceptConstructor

public java.lang.Object interceptConstructor(ConstructorInvocation invocation)
                                      throws java.lang.Throwable
Throws:
java.lang.Throwable

interceptField

public java.lang.Object interceptField(FieldInvocation invocation)
                                throws java.lang.Throwable
Throws:
java.lang.Throwable

interceptMethod

public java.lang.Object interceptMethod(MethodInvocation invocation)
                                 throws java.lang.Throwable
Throws:
java.lang.Throwable