Uses of Class
org.jboss.aop.advice.AdviceType

Packages that use AdviceType
org.jboss.aop   
org.jboss.aop.advice   
org.jboss.aop.advice.annotation   
org.jboss.aop.instrument   
 

Uses of AdviceType in org.jboss.aop
 

Methods in org.jboss.aop that return AdviceType
 AdviceType GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory.getType()
           
 

Methods in org.jboss.aop with parameters of type AdviceType
 InterceptorFactory AspectXmlLoader.deployAdvice(Element element, AdviceType type)
           
 void AspectManagerAnnotationLoaderStrategy.deployAspectMethodBinding(AspectAnnotationLoader loader, AdviceType internalAdviceType, String aspectDefName, String methodName, String bindingName, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectAnnotationLoaderStrategySupport.deployAspectMethodBinding(AspectAnnotationLoader loader, AdviceType internalAdviceType, String aspectDefName, String methodName, String bindingName, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 void AspectAnnotationLoaderStrategy.deployAspectMethodBinding(AspectAnnotationLoader loader, AdviceType internalAdviceType, String aspectDefName, String methodName, String bindingName, String pointcutString, String cflow, ASTCFlowExpression cflowExpression)
           
 

Uses of AdviceType in org.jboss.aop.advice
 

Methods in org.jboss.aop.advice that return AdviceType
 AdviceType ScopedInterceptorFactory.getType()
           
 AdviceType InterceptorFactory.getType()
          Returns the type of this advice.
 AdviceType GenericInterceptorFactory.getType()
           
 AdviceType GeneratedAdvisorInterceptor.getType()
           
 AdviceType AdviceFactory.getType()
          Returns the type of the advice.
static AdviceType AdviceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdviceType[] AdviceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jboss.aop.advice with parameters of type AdviceType
AdviceFactory(AspectDefinition aspect, String adviceName, AdviceType type)
          Creates a factory that generates advice interceptors.
NoMatchingAdviceException(AdviceMethodProperties adviceProperties, AdviceType adviceType, String message)
          Constructor.
 

Uses of AdviceType in org.jboss.aop.advice.annotation
 

Methods in org.jboss.aop.advice.annotation with parameters of type AdviceType
 void AdviceMethodFactory.setAdviceType(AdviceType adviceType)
          Sets the type of advice this factory represents.
 

Uses of AdviceType in org.jboss.aop.instrument
 

Methods in org.jboss.aop.instrument that return AdviceType
 AdviceType JoinPointGenerator.AdviceSetup.getType()
           
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.