FileDocCategorySizeDatePackage
SimpleInterceptor.javaAPI DocJBoss 4.2.11558Fri Jul 13 21:02:24 BST 2007org.jboss.test.hotdeploy.mbean

SimpleInterceptor

public class SimpleInterceptor extends Object implements org.jboss.aop.advice.Interceptor
Comment
author
Bill Burke
version
$Revision: 57186 $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetName()

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

      System.out.println("********intercept");
      return invocation.invokeNext();