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 AspectManager.getDynamicAOPStrategy()
          Returns the dynamic aop strategy to be used.
 DynamicAOPStrategy Domain.getDynamicAOPStrategy()
           
 

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



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