|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdviceIndexInfo | |
org.codehaus.aspectwerkz.joinpoint.management |
Uses of AdviceIndexInfo in org.codehaus.aspectwerkz.joinpoint.management |
Fields in org.codehaus.aspectwerkz.joinpoint.management declared as AdviceIndexInfo | |
AdviceIndexInfo[] |
JoinPointMetaData.adviceIndexes
The indexes for the advices. |
Methods in org.codehaus.aspectwerkz.joinpoint.management with parameters of type AdviceIndexInfo | |
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. |
static AdviceInfo[] |
JoinPointManager.extractAroundAdvices(AdviceIndexInfo[] adviceIndexes)
Extracts the around advices. |
static AdviceInfo[] |
JoinPointManager.extractBeforeAdvices(AdviceIndexInfo[] adviceIndexes)
Extracts the before advices. |
static AdviceInfo[] |
JoinPointManager.extractAfterFinallyAdvices(AdviceIndexInfo[] adviceIndexes)
Extracts the after finally advices. |
static AdviceInfo[] |
JoinPointManager.extractAfterReturningAdvices(AdviceIndexInfo[] adviceIndexes)
Extracts the after returning advices. |
static AdviceInfo[] |
JoinPointManager.extractAfterThrowingAdvices(AdviceIndexInfo[] adviceIndexes)
Extracts the after throwing advices. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |