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
 

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 with parameters of type InterfaceIntroduction
 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)
           
 InstanceProxyContainer ClassProxyContainer.createInstanceProxyContainer(InterfaceIntroduction introduction)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.