Uses of Interface
org.jboss.aop.DynamicAOPStrategy

Packages that use DynamicAOPStrategy
org.jboss.aop   
 

Uses of DynamicAOPStrategy in org.jboss.aop
 

Classes in org.jboss.aop that implement DynamicAOPStrategy
 class HotSwapStrategy
          Dynamic AOP strategy that hot swaps a class code.
 

Fields in org.jboss.aop declared as DynamicAOPStrategy
protected  DynamicAOPStrategy AspectManager.dynamicStrategy
           
 

Methods in org.jboss.aop that return DynamicAOPStrategy
 DynamicAOPStrategy Domain.getDynamicAOPStrategy()
           
 DynamicAOPStrategy AspectManager.getDynamicAOPStrategy()
          Returns the dynamic aop strategy to be used.
 

Methods in org.jboss.aop with parameters of type DynamicAOPStrategy
 void Domain.setDynamicAOPStrategy(DynamicAOPStrategy strategy)
           
 void AspectManager.setDynamicAOPStrategy(DynamicAOPStrategy strategy)
          Sets the dynamic aop strategy to be used.
 



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