|
JBoss AOP Parent POM 2.2.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface JoinpointClassifier.Matcher
This interface encapsulates a matching method. This allows us to use instances
of Matcher
as references to matching methods.
Method Summary | |
---|---|
String |
getJoinpointDescription(javassist.CtMember member)
Returns a description of the joinpoint represented by member . |
boolean |
matches(Pointcut pointcut,
Advisor advisor,
javassist.CtMember member)
Checks if pointcut matches a joinpoint. |
Method Detail |
---|
boolean matches(Pointcut pointcut, Advisor advisor, javassist.CtMember member) throws javassist.NotFoundException
pointcut
matches a joinpoint. The type of joinpoint this method
matches is an implementation detail.
pointcut
- the pointcut whose matching will be tested.advisor
- advisor associated with the class declaring member
.member
- class member related to the joinpoint.
true
if the pointcut
matches the joinpoint.
javassist.NotFoundException
- thrown if the matching of pointcut fails.String getJoinpointDescription(javassist.CtMember member)
member
.
member
- a member to be matched by this matcher
member
as a parametermatches(Pointcut, Advisor, CtMember)
|
JBoss AOP Parent POM 2.2.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |