Package org.codehaus.aspectwerkz.joinpoint

Interface Summary
JoinPoint Interface for the join point concept.
I.e.a well defined point of execution in the program picked out by the Pointcut.
Handles the invocation of the advices added to the join point.
Stores meta data from the join point.
 

Class Summary
CallerSideJoinPoint Matches well defined point of execution in the program where a method is invoked.
FieldJoinPoint Matches well defined point of execution in the program where a field is set or accessed.
MemberFieldGetJoinPoint Matches well defined point of execution in the program where a field is accessed.
MemberFieldSetJoinPoint Matches well defined point of execution in the program where a field is set.
MemberMethodJoinPoint Matches well defined point of execution in the program where a member method is executed.
Stores meta data from the join point.
MethodJoinPoint Matches well defined point of execution in the program where a method is executed.
Stores meta data from the join point.
StaticFieldGetJoinPoint Matches well defined point of execution in the program where a field is accessed.
StaticFieldSetJoinPoint Matches well defined point of execution in the program where a field is set.
StaticMethodJoinPoint Mathes well defined point of execution in the program where a static method is executed.
Stores meta data from the join point.
ThrowsJoinPoint Matches well defined point of execution in the program where an exception is thrown out of a method.
Stores meta data from the join point.
 



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