Uses of Class
org.jboss.aop.introduction.AnnotationIntroduction

Packages that use AnnotationIntroduction
org.jboss.aop   
org.jboss.aop.introduction   
 

Uses of AnnotationIntroduction in org.jboss.aop
 

Fields in org.jboss.aop with type parameters of type AnnotationIntroduction
protected  LinkedHashMap<String,AnnotationIntroduction> AspectManager.annotationIntroductions
           
protected  LinkedHashMap<String,AnnotationIntroduction> AspectManager.annotationOverrides
           
 

Methods in org.jboss.aop that return AnnotationIntroduction
 AnnotationIntroduction AspectXmlLoader.loadAnnotationIntroduction(Element pointcut)
           
 

Methods in org.jboss.aop that return types with arguments of type AnnotationIntroduction
 List<AnnotationIntroduction> Domain.getAnnotationIntroductions()
           
 List<AnnotationIntroduction> AspectManager.getAnnotationIntroductions()
           
 List<AnnotationIntroduction> Domain.getAnnotationOverrides()
           
 List<AnnotationIntroduction> AspectManager.getAnnotationOverrides()
           
 

Methods in org.jboss.aop with parameters of type AnnotationIntroduction
 void Domain.addAnnotationIntroduction(AnnotationIntroduction pointcut)
           
 void AspectManager.addAnnotationIntroduction(AnnotationIntroduction pointcut)
          Register an annotation introduction
 void Domain.addAnnotationOverride(AnnotationIntroduction pointcut)
           
 void AspectManager.addAnnotationOverride(AnnotationIntroduction pointcut)
          Register an annotation introduction
 void Advisor.deployAnnotationOverride(AnnotationIntroduction introduction)
          Deploys introduction to the advised context, overriding current annotions with the same name, in case they are present.
protected  void Advisor.deployMethodAnnotationOverrides(Class<?> theClass, AnnotationIntroduction introduction)
          Recursively deploys all method annotation introductions, overriding annotations with the same name.
 void Advisor.doDeployAnnotationOverride(AnnotationIntroduction introduction)
          Deploys introduction to the advised context, overriding current annotions with the same name, in case they are present.
protected  boolean ReflectiveAspectBinder.matches(AnnotationIntroduction ai, Object element)
           
 void Domain.removeAnnotationIntroduction(AnnotationIntroduction pointcut)
           
 void AspectManager.removeAnnotationIntroduction(AnnotationIntroduction pointcut)
          remove an annotation pointcut
 void Domain.removeAnnotationOverride(AnnotationIntroduction pointcut)
           
 void AspectManager.removeAnnotationOverride(AnnotationIntroduction pointcut)
          remove an annotation pointcut
 void AspectManager.updateAdvisorsForAddedAnnotationOverride(AnnotationIntroduction introduction)
           
 

Uses of AnnotationIntroduction in org.jboss.aop.introduction
 

Methods in org.jboss.aop.introduction that return AnnotationIntroduction
static AnnotationIntroduction AnnotationIntroduction.createClassAnnotationIntroduction(String classExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createComplexAnnotationIntroduction(String expr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createConstructorAnnotationIntroduction(String conExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createFieldAnnotationIntroduction(String fieldExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createMethodAnnotationIntroduction(String methodExpr, String annotationExpr, boolean invisible)
           
 



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