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> Domain.getInterfaceIntroductions()
           
 Map<String,InterfaceIntroduction> AspectManager.getInterfaceIntroductions()
           
 ArrayList<InterfaceIntroduction> Advisor.getInterfaceIntroductions()
           
 

Methods in org.jboss.aop with parameters of type InterfaceIntroduction
 void Domain.addInterfaceIntroduction(InterfaceIntroduction pointcut)
           
 void AspectManager.addInterfaceIntroduction(InterfaceIntroduction pointcut)
          Register an introduction pointcut
 void Advisor.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)
           
 



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