Uses of Class
org.codehaus.aspectwerkz.joinpoint.management.AdviceIndexInfo

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.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.