Package com.lonniepryor.blues.aop

Describes the interfaces used to interact with the Blues Framework AOP system.

See:
          Description

Interface Summary
After Interface that describes the behavour of advice that executes after the invocation of a join point.
AfterReturning Interface that describes the behavour of advice that executes after returning from the invocation of a join point.
AfterThrowing Interface that describes the behavour of advice that executes after an exception is thrown by the invocation of a join point.
Around Interface that describes the behavour of advice that executes around the invocation of a join point.
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.
Before Interface that describes the behavour of advice that executes before the invocation of a join point.
Imposter Interface implemented by objects that wish to masquerade as instances of interfaces they don't directly implement.
JoinPoint Describes the information associated with a single join point in an application.
 

Class Summary
Pointcut Specification interface for identifying JoinPoints.
 

Package com.lonniepryor.blues.aop Description

Describes the interfaces used to interact with the Blues Framework AOP system.

Overview

This package provides the interfaces that make up the Blues AOP system.



Copyright © 2003 Blues Framework. All Rights Reserved.