Methods in org.jboss.aop with parameters of type AdviceBinding |
void |
AspectManager.addBinding(AdviceBinding binding)
Add an interceptor pointcut with a given name |
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 |
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 |
InstanceDomain.addBinding(AdviceBinding binding)
|