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

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

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 MethodJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodByMethodJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodByConJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected abstract  AdviceMethodProperties JoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties FieldJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConstructorJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConstructionJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConByMethodJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConByConJoinPointGenerator.getAdviceMethodProperties(JoinPointInfo info, JoinPointGenerator.AdviceSetup setup)
           
 

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



Copyright © 2004 JBoss Inc. All Rights Reserved.