|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractJoinPoint
AOP-framework agnostic join point. An AOP implementation agnostic interface which offers all information required to do a measure, proceed original method and log result in customizable way. Specific Join Point implementations in AOP libraries/frameworks should implement it wrapping their own internal structures.
Method Summary | |
---|---|
Object |
getExecutingObject()
Returns an object whose method was annotated (profiled). |
String |
getMethodName()
Returns a processing method name. |
Object[] |
getParameters()
Returns a parameters (arguments) array of processing method. |
Object |
proceed()
Calls profiled method and returns its result. |
Method Detail |
---|
Object proceed() throws Throwable
Throwable
- thrown exceptionObject getExecutingObject()
Object[] getParameters()
String getMethodName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |