org.jboss.aop.advice
Interface InterceptorFactory

All Known Implementing Classes:
AdviceFactory, GenericInterceptorFactory, ScopedInterceptorFactory

public interface InterceptorFactory

This SHOULD NOT be inherited by application code!!!! This interface is used solely by JBoss AOP internally


Method Summary
 Interceptor create(Advisor advisor, Joinpoint joinpoint)
           
 String getAdvice()
           
 AspectDefinition getAspect()
           
 String getName()
           
 boolean isDeployed()
           
 

Method Detail

getAspect

AspectDefinition getAspect()

getAdvice

String getAdvice()

create

Interceptor create(Advisor advisor,
                   Joinpoint joinpoint)

isDeployed

boolean isDeployed()

getName

String getName()


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