Uses of Class
org.jboss.aop.advice.AdviceBinding

Packages that use AdviceBinding
org.jboss.aop   
org.jboss.aop.pointcut   
 

Uses of AdviceBinding in org.jboss.aop
 

Methods in org.jboss.aop with parameters of type AdviceBinding
 void InstanceDomain.addBinding(AdviceBinding binding)
           
 void Advisor.removeAdviceBinding(AdviceBinding binding)
           
protected  void Advisor.resolveMethodPointcut(gnu.trove.TLongObjectHashMap newMethodInterceptors, AdviceBinding binding)
           
protected  void Advisor.resolveConstructorPointcut(ArrayList newConstructorInterceptors, AdviceBinding binding)
           
protected  void Advisor.resolveConstructionPointcut(ArrayList newConstructorInterceptors, AdviceBinding binding)
           
 void ClassAdvisor.removeAdviceBinding(AdviceBinding binding)
           
protected  void ClassAdvisor.resolveFieldPointcut(ArrayList newFieldInterceptors, AdviceBinding binding, boolean write)
           
 void ClassAdvisor.addMethodCalledByMethodPointcut(long callingMethodHash, String calledClass, long calledMethodHash, AdviceBinding binding)
           
 void ClassAdvisor.addConstructorCalledByMethodPointcut(long callingMethodHash, String calledClass, long calledMethodHash, AdviceBinding binding)
           
 void ClassAdvisor.addConstructorCallerPointcut(int callingIndex, String calledClass, long calledMethodHash, AdviceBinding binding)
           
 void ClassAdvisor.addConstructorCalledByConPointcut(int callingIndex, String calledClass, long calledConHash, AdviceBinding binding)
           
 void ClassAdvisor.removeCallerPointcut(AdviceBinding binding)
           
 void AspectManager.addBinding(AdviceBinding binding)
          Add an interceptor pointcut with a given name
 

Uses of AdviceBinding in org.jboss.aop.pointcut
 

Methods in org.jboss.aop.pointcut that return AdviceBinding
 AdviceBinding PointcutInfo.getBinding()
          Returns the AdviceBinding associated with the pointcut.
 

Constructors in org.jboss.aop.pointcut with parameters of type AdviceBinding
PointcutInfo(Pointcut pointcut, AdviceBinding binding, boolean dynamicAop)
          This constructor must be called only when a pointcut is declared inside a binding.
 



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