FileDocCategorySizeDatePackage
TestInterceptor.javaAPI DocJBoss 4.2.11741Fri Jul 13 20:53:42 BST 2007org.jboss.ejb3.test.aspectdomain

TestInterceptor

public class TestInterceptor extends Object implements org.jboss.aop.advice.Interceptor, Serializable
Comment
author
William DeCoste
version
$Revision: 60233 $

Fields Summary
private static final Logger
log
Constructors Summary
public TestInterceptor()

   
    
   
   
Methods Summary
public java.lang.StringgetName()

      return "TestInterceptor";
   
public java.lang.Objectinvoke(org.jboss.aop.joinpoint.Invocation invocation)

      try 
      {
         return getName();
      } 
      finally
      {
      }