org.jboss.test.aop.bean
Class SimpleBeanInterceptor

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

public class SimpleBeanInterceptor
extends java.lang.Object


Field Summary
static java.lang.String RETURN_VALUE
           
 
Constructor Summary
SimpleBeanInterceptor()
           
 
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

RETURN_VALUE

public static final java.lang.String RETURN_VALUE
See Also:
Constant Field Values (src)
Constructor Detail

SimpleBeanInterceptor

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