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
 

Methods in org.jboss.aop that return InterceptorFactory
 InterceptorFactory AspectManager.getInterceptorFactory(String name)
          Find the interceptor factory that can be referenced by name.
 InterceptorFactory AspectXmlLoader.deployInterceptor(Element element)
           
 InterceptorFactory AspectXmlLoader.deployAdvice(Element element)
           
 InterceptorFactory Domain.getInterceptorFactory(String 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 GenericInterceptorFactory
           
 class ScopedInterceptorFactory
          Comment
 

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

Methods in org.jboss.aop.advice that return InterceptorFactory
 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)
           
 



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