Uses of Interface
org.jboss.aop.advice.InterceptorFactory

Packages that use InterceptorFactory
org.jboss.aop   
org.jboss.aop.advice   
 

Uses of InterceptorFactory in org.jboss.aop
 

Classes in org.jboss.aop that implement InterceptorFactory
 class GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory
           
 

Methods in org.jboss.aop that return InterceptorFactory
 InterceptorFactory AspectXmlLoader.deployAdvice(Element element)
           
 InterceptorFactory AspectXmlLoader.deployInterceptor(Element element)
           
 InterceptorFactory Domain.getInterceptorFactory(String name)
           
 InterceptorFactory AspectManager.getInterceptorFactory(String name)
          Find the interceptor factory that can be referenced by name.
 

Methods in org.jboss.aop with parameters of type InterceptorFactory
 void AspectManager.addInterceptorFactory(String name, InterceptorFactory factory)
          Add an interceptor factory that can be referenced by name.
protected  void Advisor.createInterceptorChain(InterceptorFactory[] factories, ArrayList newinterceptors, Joinpoint joinpoint)
           
 

Uses of InterceptorFactory in org.jboss.aop.advice
 

Classes in org.jboss.aop.advice that implement InterceptorFactory
 class AdviceFactory
          Comment
 class AfterFactory
           
 class BeforeFactory
           
 class GenericInterceptorFactory
           
 class ScopedInterceptorFactory
          Comment
 class ThrowingFactory
           
 

Fields in org.jboss.aop.advice declared as InterceptorFactory
protected  InterceptorFactory[] AdviceBinding.interceptorFactories
           
 

Methods in org.jboss.aop.advice that return InterceptorFactory
 InterceptorFactory InterceptorFactoryWrapper.getDelegate()
           
 InterceptorFactory[] AdviceBinding.getInterceptorFactories()
           
 

Methods in org.jboss.aop.advice with parameters of type InterceptorFactory
 void AdviceBinding.addInterceptorFactory(InterceptorFactory factory)
           
 

Constructors in org.jboss.aop.advice with parameters of type InterceptorFactory
AdviceBinding(String name, Pointcut p, ASTCFlowExpression cflow, String cflowString, InterceptorFactory[] factories)
           
InterceptorFactoryWrapper(InterceptorFactory factory, GeneratedClassAdvisor advisor, Joinpoint joinpoint)
           
InterceptorFactoryWrapper(InterceptorFactory factory, GeneratedClassAdvisor advisor, Joinpoint joinpoint, String cflowString, ASTCFlowExpression cflowExpr)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.