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

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

Uses of AdviceMethodProperties in org.jboss.aop.advice
 

Constructors in org.jboss.aop.advice with parameters of type AdviceMethodProperties
NoMatchingAdviceException(AdviceMethodProperties adviceProperties, AdviceType adviceType, String message)
          Constructor.
 

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

Methods in org.jboss.aop.advice.annotation that return AdviceMethodProperties
 AdviceMethodProperties AdviceMethodFactory.findAdviceMethod(AdviceMethodProperties properties)
          Finds the more appropriate advice method.
 

Methods in org.jboss.aop.advice.annotation with parameters of type AdviceMethodProperties
 AdviceMethodProperties AdviceMethodFactory.findAdviceMethod(AdviceMethodProperties properties)
          Finds the more appropriate advice method.
 

Uses of AdviceMethodProperties in org.jboss.aop.instrument
 

Methods in org.jboss.aop.instrument that return AdviceMethodProperties
 AdviceMethodProperties JoinPointGenerator.AdviceSetup.getAdviceMethodProperties()
           
protected  AdviceMethodProperties ConstructorJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected abstract  AdviceMethodProperties JoinPointGenerator.getAdviceMethodProperties(JoinPointBean info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties FieldJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConstructionJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodByMethodJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConByMethodJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConByConJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodByConJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
 

Methods in org.jboss.aop.instrument with parameters of type AdviceMethodProperties
 void JoinPointGenerator.AdviceSetup.setAdviceMethodProperties(AdviceMethodProperties adviceMethodProperties)
           
 



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