|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JoinPoint
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 | |
|---|---|
Object |
getCallee()
Returns the callee instance. |
Object |
getCaller()
Returns the caller instance. |
Rtti |
getRtti()
Returns the JoinPoint RTTI |
Object |
getTarget()
Returns the target instance. |
Object |
getThis()
Returns the 'this' instance (the one currently executing). |
| Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.StaticJoinPoint |
|---|
addMetaData, copy, getCalleeClass, getCallerClass, getEnclosingStaticJoinPoint, getMetaData, getSignature, getTargetClass, getType, proceed |
| Method Detail |
|---|
Object getCallee()
Object getCaller()
Object getThis()
Object getTarget()
Rtti getRtti()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||