|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
Describes the interfaces used to interact with the Blues Framework AOP system.
This package provides the interfaces that make up the Blues AOP system.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||