Uses of Package
com.lonniepryor.blues.aop

Packages that use com.lonniepryor.blues.aop
com.lonniepryor.blues.aop Describes the interfaces used to interact with the Blues Framework AOP system. 
com.lonniepryor.blues.cfg Defines the semantics of configuring a Blues application. 
com.lonniepryor.blues.sys Implements the core application assembly and configuration operations. 
 

Classes in com.lonniepryor.blues.aop used by com.lonniepryor.blues.aop
Around.InvoctionChain
          Passed to around() to represent the next element in the chain used to invoke a join point.
Aspect
          Represents a collection of named pointcuts, enabling pointcuts to refrence one-another.
JoinPoint
          Describes the information associated with a single join point in an application.
Pointcut
          Specification interface for identifying JoinPoints.
 

Classes in com.lonniepryor.blues.aop used by com.lonniepryor.blues.cfg
Pointcut
          Specification interface for identifying JoinPoints.
 

Classes in com.lonniepryor.blues.aop used by com.lonniepryor.blues.sys
Aspect
          Represents a collection of named pointcuts, enabling pointcuts to refrence one-another.
JoinPoint
          Describes the information associated with a single join point in an application.
 



Copyright © 2003 Blues Framework. All Rights Reserved.