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

Packages that use Aspect
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 Aspect in com.lonniepryor.blues.aop
 

Methods in com.lonniepryor.blues.aop with parameters of type Aspect
 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 Aspect in com.lonniepryor.blues.sys
 

Classes in com.lonniepryor.blues.sys that implement Aspect
 class Module
          Models the abstract view of a Blues module.
 



Copyright © 2003 Blues Framework. All Rights Reserved.