|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
java.lang.Class |
getTargetClass()
Returns the target class. |
java.lang.Object |
getTargetObject()
Returns the target object. |
java.lang.Object |
proceed()
Invokes the next advice in the chain A when it reaches the end of the chain it invokes the original method. |
java.lang.Object |
proceedInNewThread()
To be called instead of proceed() when a new thread is spawned. |
| Method Detail |
public java.lang.Object proceed()
throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object proceedInNewThread()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.Object getTargetObject()
public java.lang.Class getTargetClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||