|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implements the join point concept, e.g. defines a well defined point in the program flow.
Provides access to runtime type information (RTTI), is therefore significantly slower than the usage of theStaticJoinPoint
interface.
Field Summary |
Fields inherited from interface org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint |
CONSTRUCTOR_CALL, CONSTRUCTOR_EXECUTION, FIELD_GET, FIELD_SET, HANDLER, METHOD_CALL, METHOD_EXECUTION, STATIC_INITIALIZATION |
Method Summary | |
Rtti |
getRtti()
Returns the RTTI for the join point. |
void |
reset()
Deprecated. |
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint |
addMetaData, deepCopy, getCallee, getCaller, getCallerClass, getMetaData, getSignature, getTarget, getTargetClass, getThis, getType, proceed |
Method Detail |
public Rtti getRtti()
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |