org.jboss.aop.advice
Interface Interceptor

All Known Implementing Classes:
AbstractAdvice, CFlowInterceptor, PerInstanceInterceptor, PerJoinpointInterceptor

public interface Interceptor


Method Summary
 String getName()
           
 Object invoke(Invocation invocation)
           
 

Method Detail

getName

public String getName()

invoke

public Object invoke(Invocation invocation)
              throws Throwable
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.