com.lonniepryor.blues.aop
Interface Aspect
- All Known Implementing Classes:
- Module
- public interface Aspect
Represents a collection of named pointcuts, enabling pointcuts to refrence
one-another.
- Version:
- $Revision: 1.1 $
- Author:
- Lonnie Pryor
Method Summary |
boolean |
callPointcut(java.lang.String name,
JoinPoint toEvaluate)
Evaluates the named pointcut in this aspect on the supplied joinpoint. |
callPointcut
public boolean callPointcut(java.lang.String name,
JoinPoint toEvaluate)
- Evaluates the named pointcut in this aspect on the supplied joinpoint.
- Parameters:
name
- The name of the pointcut to call.toEvaluate
- The join point to evaluate.
- Returns:
- True if the named pointcut is satisfied by the supplied joinpoint.
Copyright © 2003 Blues Framework. All Rights Reserved.