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

public AspectDefinition getAspect()

getAdvice

public String getAdvice()

create

public Interceptor create(Advisor advisor,
                          Joinpoint joinpoint)

isDeployed

public boolean isDeployed()

getName

public String getName()


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