|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | |
AbstractJoinPoint | Abstract base class for the joint point implementations. |
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. |
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. |
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |