|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.virtualmock.aspect.aspectwerkz.AspectwerkzAspectUtils
This class implements behavior specific to Aspectwerkz.
| Constructor Summary | |
AspectwerkzAspectUtils(AspectUtils aspectUtils)
Creates a new AspectwerkzAspectUtils object. |
|
| Method Summary | |
protected java.lang.Object[] |
getArgValuesFromMethodJoinPoint(org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint methodJoinPoint)
Uses information obtained from a MethodJoinPoint to build an array of argument values. |
protected InvokedCall |
getInvokedCallFromMethodJoinPoint(org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint methodJoinPoint)
Uses information obtained from a MethodJoinPoint to build an InvokedCall. |
protected Signature |
getSignatureFromMethodJoinPoint(org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint methodJoinPoint)
Uses information obtained from a MethodJoinPoint to build a Signature. |
boolean |
isJoinPointExcluded(java.lang.Class targetClass)
Determines if the joinpoint defined by the specified Class and Method has been dynamically excluded. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AspectwerkzAspectUtils(AspectUtils aspectUtils)
aspectUtils - an AspectUtils which will be used internally| Method Detail |
public boolean isJoinPointExcluded(java.lang.Class targetClass)
targetClass - the target class for this JoinPoint
protected java.lang.Object[] getArgValuesFromMethodJoinPoint(org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint methodJoinPoint)
methodJoinPoint - the MethodJoinPoint from which to obtain the
argument values
protected InvokedCall getInvokedCallFromMethodJoinPoint(org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint methodJoinPoint)
methodJoinPoint - the MethodJoinPoint from which to obtain an
InvokedCall
protected Signature getSignatureFromMethodJoinPoint(org.codehaus.aspectwerkz.joinpoint.MethodJoinPoint methodJoinPoint)
methodJoinPoint - the MethodJoinPoint from which to obtain a
Signature
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||