|
Class Summary |
| AbstractAdvice |
Abstract base class for all advice classes. |
| AdviceIndexTuple |
Holds an advice/index tuple. |
| AroundAdvice |
Executes around or instead of the original method invocation. |
| CFlowPostAdvice |
Registers the join point as the end of a control flow (cflow) in the AspectWerkz system. |
| CFlowPreAdvice |
Registers the join point as the start of a control flow (cflow) in the AspectWerkz system. |
| DefaultAdviceContainerStrategy |
Implements the default advice container strategy. |
| DefaultAroundAdvice |
Default implementation of the around advice. |
| PostAdvice |
Is invoked after that a specific join point (method or field) has been executed. |
| PreAdvice |
Is invoked before that a specific join point (method or field) is executed. |
| ThrowsAdvice |
Is invoked at the join points where a specific exception is thrown out of a method. |