|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pointcut | |
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.instrument | |
org.jboss.aop.pointcut |
Uses of Pointcut in org.jboss.aop |
Methods in org.jboss.aop that return Pointcut | |
Pointcut |
AspectManager.getPointcut(String name)
Find a pointcut of with a given name |
Methods in org.jboss.aop with parameters of type Pointcut | |
void |
AspectManager.addPointcut(Pointcut pointcut)
Add an interceptor pointcut with a given name |
protected void |
AspectManager.updatePointcutStats(Pointcut pointcut)
THis method is used for performance reasons. |
Uses of Pointcut in org.jboss.aop.advice |
Fields in org.jboss.aop.advice declared as Pointcut | |
protected Pointcut |
AdviceBinding.pointcut
|
Methods in org.jboss.aop.advice that return Pointcut | |
Pointcut |
AdviceBinding.getPointcut()
|
Constructors in org.jboss.aop.advice with parameters of type Pointcut | |
AdviceBinding(String name,
Pointcut p,
ASTCFlowExpression cflow,
String cflowString,
InterceptorFactory[] factories)
|
Uses of Pointcut in org.jboss.aop.instrument |
Methods in org.jboss.aop.instrument with parameters of type Pointcut | |
boolean |
JoinpointClassifier.Matcher.matches(Pointcut pointcut,
Advisor advisor,
javassist.CtMember member)
Checks if pointcut matches a joinpoint. |
Uses of Pointcut in org.jboss.aop.pointcut |
Classes in org.jboss.aop.pointcut that implement Pointcut | |
class |
PointcutExpression
Comment |
Methods in org.jboss.aop.pointcut that return Pointcut | |
Pointcut |
PointcutInfo.getPointcut()
Returns the pointcut associated with this information. |
Methods in org.jboss.aop.pointcut with parameters of type Pointcut | |
protected Boolean |
WithinMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
FieldSetMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
FieldMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
FieldGetMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
ExecutionConstructorMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
CFlowMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
ConstructionMatcher.resolvePointcut(Pointcut p)
|
protected abstract Boolean |
MatcherHelper.resolvePointcut(Pointcut p)
|
protected Boolean |
ExecutionMethodMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
CallMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
MethodCallMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
NewExprMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
MethodMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
ConstructorCallMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
ConstructorMatcher.resolvePointcut(Pointcut p)
|
protected Boolean |
SoftClassMatcher.resolvePointcut(Pointcut p)
|
Constructors in org.jboss.aop.pointcut with parameters of type Pointcut | |
PointcutInfo(Pointcut pointcut,
AdviceBinding binding,
boolean dynamicAop)
This constructor must be called only when a pointcut is declared inside a binding. |
|
PointcutInfo(Pointcut pointcut,
boolean dynamicAop)
Constructor that must be called only when a pointcut is declared outside a binding. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |