Package org.codehaus.aspectwerkz.advice

Interface Summary
Advice Implements the Advice concept.
I.e.a function object that can be defined to be invoked before, after or instead of specific points in the execution flow of the program.
AdviceContainer Interface for the advice container implementations.
 

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.
 



Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.