org.jboss.aop.advice
Interface Interceptor

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

public interface Interceptor


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

Method Detail

getName

String getName()

invoke

Object invoke(Invocation invocation)
              throws Throwable
Throws:
Throwable


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