Methods in org.jboss.aop with parameters of type AdviceBinding |
void |
AspectManager.addBinding(AdviceBinding binding)
Add an interceptor pointcut with a given name |
void |
InstanceDomain.addBinding(AdviceBinding binding)
|
void |
ClassAdvisor.addConstructorCallerPointcut(int callingIndex,
String calledClass,
long calledMethodHash,
AdviceBinding binding)
|
protected void |
GeneratedClassAdvisor.pointcutResolved(JoinPointInfo info,
AdviceBinding binding,
Joinpoint joinpoint)
Override default behaviour of when a pointcut is matched, populate the factories since this
is what is needed for generating the optimized invocation method |
protected void |
Advisor.pointcutResolved(JoinPointInfo info,
AdviceBinding binding,
Joinpoint joinpoint)
Default implementation adds interceptorChain directly to the info. |
void |
Advisor.removeAdviceBinding(AdviceBinding binding)
|
void |
ClassAdvisor.removeAdviceBinding(AdviceBinding binding)
|
protected void |
Advisor.resolveConstructionPointcut(ArrayList newConstructionInfos,
AdviceBinding binding)
|
protected void |
Advisor.resolveConstructorPointcut(ArrayList newConstructorInfos,
AdviceBinding binding)
|
protected void |
Advisor.resolveMethodPointcut(gnu.trove.TLongObjectHashMap newMethodInterceptors,
AdviceBinding binding)
|
void |
AspectManager.updateAdvisorsForAddedBinding(AdviceBinding binding)
|