|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinPoint | |
org.codehaus.aspectwerkz.aspect | |
org.codehaus.aspectwerkz.joinpoint.management |
Uses of JoinPoint in org.codehaus.aspectwerkz.aspect |
Methods in org.codehaus.aspectwerkz.aspect with parameters of type JoinPoint | |
Object |
AbstractAspectContainer.invokeAdvice(int adviceIndex,
JoinPoint joinPoint)
Invokes an advice with the index specified. |
Object |
AbstractAspectContainer.invokeAdvice(int adviceIndex,
JoinPoint joinPoint,
int[] methodToArgIndexes)
|
Object |
AspectContainer.invokeAdvice(int methodIndex,
JoinPoint joinPoint)
Invokes the advice method on a per JVM basis. |
Object |
AspectContainer.invokeAdvice(int methodIndex,
JoinPoint joinPoint,
int[] methodToArgsIndexes)
Invokes the advice method on a per JVM basis. |
void |
CFlowSystemAspect.enterControlFlow(JoinPoint joinPoint)
Registers the join point as the start of a control flow (cflow) in the system. |
void |
CFlowSystemAspect.exitControlFlow(JoinPoint joinPoint)
Registers the join point as the end of a control flow (cflow) in the system. |
Uses of JoinPoint in org.codehaus.aspectwerkz.joinpoint.management |
Classes in org.codehaus.aspectwerkz.joinpoint.management that implement JoinPoint | |
class |
JoinPointBase
Base class for the join point implementations. |
Methods in org.codehaus.aspectwerkz.joinpoint.management that return JoinPoint | |
static JoinPoint |
JitCompiler.compileJoinPoint(int joinPointHash,
int joinPointType,
PointcutType pointcutType,
AdviceIndexInfo[] advice,
Class declaringClass,
Class targetClass,
AspectSystem system,
Object thisInstance,
Object targetInstance,
int hotswapCount)
Compiles a join point class on the fly that invokes the advice chain and the target join point statically. |
Methods in org.codehaus.aspectwerkz.joinpoint.management with parameters of type JoinPoint | |
static Object |
JoinPointBase.invokeTargetMethodExecution(JoinPoint joinPoint)
Invokes the original method - execution context. |
static Object |
JoinPointBase.invokeTargetMethodCall(JoinPoint joinPoint)
Invokes the original method - call context. |
static Object |
JoinPointBase.invokeTargetConstructorExecution(JoinPoint joinPoint)
Invokes the prefixed constructor. |
static Object |
JoinPointBase.invokeTargetConstructorCall(JoinPoint joinPoint)
Invokes the original constructor. |
static void |
JoinPointBase.setTargetField(JoinPoint joinPoint)
Sets the target field. |
static Object |
JoinPointBase.getTargetField(JoinPoint joinPoint)
Gets the target field. |
static Object |
JoinPointBase.invokeJoinPoint(JoinPoint joinPoint,
int joinPointType)
Invoke the join point. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |