|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.MethodJoinPoint
org.codehaus.aspectwerkz.joinpoint.StaticMethodJoinPoint
Mathes well defined point of execution in the program where a static method
is executed.
Stores meta data from the join point. I.e. a reference to
original object A method, the parameters to A the result from the
original method invocation etc.
Handles the invocation of the advices
added to the join point.
Constructor Summary | |
StaticMethodJoinPoint(java.lang.String uuid,
java.lang.Class targetClass,
int methodId,
java.lang.String controllerClass)
Creates a new MemberMethodJoinPoint object. |
Method Summary | |
boolean |
equals(java.lang.Object o)
The overridden equals method. |
java.lang.Object |
getTargetObject()
Returns the original object. |
int |
hashCode()
Overrides hashCode. |
Methods inherited from class org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint |
createAdviceNotCorrectlyMappedMessage, getCFlowPointcuts, getMethod, getMethodId, getMethodMetaData, getMethodName, getOriginalMethod, getParameters, getParameterTypes, getPointcuts, getResult, getReturnType, getSystem, getTargetClass, getUuid, invokeOriginalMethod, proceed, proceedInNewThread, setCFlowPointcuts, setParameters, setPointcuts, setResult, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StaticMethodJoinPoint(java.lang.String uuid, java.lang.Class targetClass, int methodId, java.lang.String controllerClass)
uuid
- the UUID for the AspectWerkz system to usetargetClass
- the target classmethodId
- the id of the original methodcontrollerClass
- the class name of the controller class to useMethod Detail |
public java.lang.Object getTargetObject()
getTargetObject
in interface JoinPoint
getTargetObject
in class MethodJoinPoint
public int hashCode()
hashCode
in class MethodJoinPoint
public boolean equals(java.lang.Object o)
o
- the other object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |