Uses of Class
org.codehaus.aspectwerkz.AdviceInfo

Packages that use AdviceInfo
org.codehaus.aspectwerkz   
org.codehaus.aspectwerkz.aspect.management   
org.codehaus.aspectwerkz.joinpoint.management   
 

Uses of AdviceInfo in org.codehaus.aspectwerkz
 

Methods in org.codehaus.aspectwerkz that return AdviceInfo
 AdviceInfo NameIndexTuple.getIndex()
          Returns the index.
 

Constructors in org.codehaus.aspectwerkz with parameters of type AdviceInfo
NameIndexTuple(String name, AdviceInfo index)
          Sets the name and the advice index.
 

Uses of AdviceInfo in org.codehaus.aspectwerkz.aspect.management
 

Fields in org.codehaus.aspectwerkz.aspect.management declared as AdviceInfo
protected  AdviceInfo[] Pointcut.m_aroundAdviceIndexes
          The indexes of the around advices.
protected  AdviceInfo[] Pointcut.m_beforeAdviceIndexes
          The indexes of the before advices.
protected  AdviceInfo[] Pointcut.m_afterFinallyAdviceIndexes
          The indexes of the after finally advices.
protected  AdviceInfo[] Pointcut.m_afterReturningAdviceIndexes
          The indexes of the after returning advices.
protected  AdviceInfo[] Pointcut.m_afterThrowingAdviceIndexes
          The indexes of the after throwing advices.
 

Methods in org.codehaus.aspectwerkz.aspect.management that return AdviceInfo
 AdviceInfo AspectManager.getAdviceIndexFor(String name)
          Returns the index for a specific name to advice mapping.
 AdviceInfo AspectRegistry.getAdviceIndexFor(String name)
          Returns the index for a specific name to advice mapping.
 AdviceInfo Pointcut.getAroundAdviceIndex(int index)
          Returns a specific advice index.
 AdviceInfo Pointcut.getBeforeAdviceIndex(int index)
          Returns a specific advice index.
 AdviceInfo Pointcut.getAfterAdviceIndex(int index)
          Returns a specific advice index.
 AdviceInfo[] Pointcut.getAroundAdviceIndexes()
          Returns a list with the indexes for the around advices for the pointcut.
 AdviceInfo[] Pointcut.getBeforeAdviceIndexes()
          Returns a list with the indexes for the before advices for the pointcut.
 AdviceInfo[] Pointcut.getAfterFinallyAdviceIndexes()
          Returns a list with the indexes for the after advices for the pointcut.
 AdviceInfo[] Pointcut.getAfterReturningAdviceIndexes()
          Returns a list with the indexes for the after advices for the pointcut.
 AdviceInfo[] Pointcut.getAfterThrowingAdviceIndexes()
          Returns a list with the indexes for the after advices for the pointcut.
 

Uses of AdviceInfo in org.codehaus.aspectwerkz.joinpoint.management
 

Methods in org.codehaus.aspectwerkz.joinpoint.management that return AdviceInfo
 AdviceInfo[] AdviceIndexInfo.getAroundAdvices()
           
 AdviceInfo[] AdviceIndexInfo.getBeforeAdvices()
           
 AdviceInfo[] AdviceIndexInfo.getAfterFinallyAdvices()
           
 AdviceInfo[] AdviceIndexInfo.getAfterReturningAdvices()
           
 AdviceInfo[] AdviceIndexInfo.getAfterThrowingAdvices()
           
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.
 

Constructors in org.codehaus.aspectwerkz.joinpoint.management with parameters of type AdviceInfo
AdviceIndexInfo(AdviceInfo[] aroundAdvices, AdviceInfo[] beforeAdvices, AdviceInfo[] afterFinallyAdvices, AdviceInfo[] afterReturningAdvices, AdviceInfo[] afterThrowingAdvices)
           
AfterAdviceExecutor(AdviceInfo[] adviceIndexes)
          Creates a new advice executor.
AroundAdviceExecutor(AdviceInfo[] adviceIndexes, int joinPointType)
          Creates a new around advice executor.
BeforeAdviceExecutor(AdviceInfo[] adviceIndexes)
          Creates a new advice executor.
 



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