|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by each join point controller.
Method Summary | |
JoinPointController |
deepCopy()
Clones the controller |
java.lang.Object |
proceed(MethodJoinPoint jp)
Proceeds in the execution model for the join point to the next logical pointcut/advice Joinpoint controller implementations need to implement the business logic for handling e.g. |
Method Detail |
public java.lang.Object proceed(MethodJoinPoint jp) throws java.lang.Throwable
jp
- The joinpoint using this controller
java.lang.Throwable
public JoinPointController deepCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |