JBoss AOP Parent POM 2.2.2.GA

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

Packages that use InterfaceIntroduction
org.jboss.aop   
org.jboss.aop.proxy.container   
 

Uses of InterfaceIntroduction in org.jboss.aop
 

Fields in org.jboss.aop with type parameters of type InterfaceIntroduction
protected  LinkedHashMap<String,InterfaceIntroduction> AspectManager.interfaceIntroductions
           
protected  ArrayList<InterfaceIntroduction> Advisor.interfaceIntroductions
          The collection of interface introductions that affect the advised context.
 

Methods in org.jboss.aop that return InterfaceIntroduction
 InterfaceIntroduction AspectManager.getInterfaceIntroduction(String name)
          Retrieve an introduction pointcut of a certain name
 

Methods in org.jboss.aop that return types with arguments of type InterfaceIntroduction
 Map<String,InterfaceIntroduction> AspectManager.getInterfaceIntroductions()
           
 ArrayList<InterfaceIntroduction> Advisor.getInterfaceIntroductions()
           
 Map<String,InterfaceIntroduction> Domain.getInterfaceIntroductions()
           
 

Methods in org.jboss.aop with parameters of type InterfaceIntroduction
 void AspectManager.addInterfaceIntroduction(InterfaceIntroduction pointcut)
          Register an introduction pointcut
 void Advisor.addInterfaceIntroduction(InterfaceIntroduction pointcut)
           
 void Domain.addInterfaceIntroduction(InterfaceIntroduction pointcut)
           
 void Advisor.removeInterfaceIntroduction(InterfaceIntroduction pointcut)
           
 

Uses of InterfaceIntroduction in org.jboss.aop.proxy.container
 

Methods in org.jboss.aop.proxy.container with parameters of type InterfaceIntroduction
static InstanceProxyContainer InstanceProxyContainer.createInstanceProxyContainer(Advisor classAdvisor, InterfaceIntroduction introduction, org.jboss.metadata.spi.MetaData metaData)
           
 


JBoss AOP Parent POM 2.2.2.GA

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