Uses of Interface
com.lonniepryor.blues.aop.JoinPoint

Packages that use JoinPoint
com.lonniepryor.blues.aop Describes the interfaces used to interact with the Blues Framework AOP system. 
com.lonniepryor.blues.sys Implements the core application assembly and configuration operations. 
 

Uses of JoinPoint in com.lonniepryor.blues.aop
 

Methods in com.lonniepryor.blues.aop with parameters of type JoinPoint
 boolean Aspect.callPointcut(java.lang.String name, JoinPoint toEvaluate)
          Evaluates the named pointcut in this aspect on the supplied joinpoint.
 boolean Pointcut.isSatisfiedBy(Aspect aspect, JoinPoint joinPoint)
          Returns true if the parameters are not null and the supplied join point satisfies this pointcut.
protected abstract  boolean Pointcut.evaluate(Aspect aspect, JoinPoint joinPoint)
          Returns true if the supplied join point satisfies this pointcut.
 

Uses of JoinPoint in com.lonniepryor.blues.sys
 

Methods in com.lonniepryor.blues.sys with parameters of type JoinPoint
 boolean Module.callPointcut(java.lang.String name, JoinPoint toEvaluate)
           
 



Copyright © 2003 Blues Framework. All Rights Reserved.