Uses of Class
org.codehaus.aspectwerkz.aspect.AdviceType

Packages that use AdviceType
org.codehaus.aspectwerkz   
org.codehaus.aspectwerkz.annotation   
org.codehaus.aspectwerkz.aspect   
org.codehaus.aspectwerkz.definition   
 

Uses of AdviceType in org.codehaus.aspectwerkz
 

Methods in org.codehaus.aspectwerkz that return AdviceType
 AdviceType AdviceInfo.getType()
          Returns the advice type.
 

Constructors in org.codehaus.aspectwerkz with parameters of type AdviceType
AdviceInfo(int aspectIndex, int methodIndex, AspectManager aspectManager, AdviceType type, String specialArgumentType)
          Creates a new advice info.
 

Uses of AdviceType in org.codehaus.aspectwerkz.annotation
 

Fields in org.codehaus.aspectwerkz.annotation declared as AdviceType
protected  AdviceType AdviceAnnotationProxyBase.m_type
           
 

Methods in org.codehaus.aspectwerkz.annotation that return AdviceType
 AdviceType AdviceAnnotationProxyBase.getType()
           
 

Uses of AdviceType in org.codehaus.aspectwerkz.aspect
 

Fields in org.codehaus.aspectwerkz.aspect declared as AdviceType
static AdviceType AdviceType.AROUND
           
static AdviceType AdviceType.BEFORE
           
static AdviceType AdviceType.AFTER
           
static AdviceType AdviceType.AFTER_FINALLY
           
static AdviceType AdviceType.AFTER_RETURNING
           
static AdviceType AdviceType.AFTER_THROWING
           
 

Uses of AdviceType in org.codehaus.aspectwerkz.definition
 

Methods in org.codehaus.aspectwerkz.definition that return AdviceType
 AdviceType AdviceDefinition.getType()
          Returns the advice type.
 

Methods in org.codehaus.aspectwerkz.definition with parameters of type AdviceType
static AdviceDefinition DefinitionParserHelper.createAdviceDefinition(String adviceName, AdviceType adviceType, String expression, String specialArgumentType, String aspectName, String aspectClassName, Method method, int methodIndex, AspectDefinition aspectDef)
          Creates a new advice definition.
 

Constructors in org.codehaus.aspectwerkz.definition with parameters of type AdviceType
AdviceDefinition(String name, AdviceType type, String specialArgumentType, String aspectName, String aspectClassName, ExpressionInfo expressionInfo, Method method, int methodIndex, AspectDefinition aspectDef)
          Creates a new advice meta-data instance.
 



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