Uses of Interface
org.ow2.carol.cmi.lb.strategy.ILBStrategy

Packages that use ILBStrategy
org.ow2.carol.cmi.controller.common   
org.ow2.carol.cmi.controller.provider   
org.ow2.carol.cmi.info   
org.ow2.carol.cmi.lb.policy   
 

Uses of ILBStrategy in org.ow2.carol.cmi.controller.common
 

Methods in org.ow2.carol.cmi.controller.common that return types with arguments of type ILBStrategy
 java.lang.Class<? extends ILBStrategy> ClusterViewManager.getLBStrategyClass(java.lang.String objectName)
          Returns the class that defines the strategy for an object with the given name.
 

Uses of ILBStrategy in org.ow2.carol.cmi.controller.provider
 

Methods in org.ow2.carol.cmi.controller.provider that return types with arguments of type ILBStrategy
 java.lang.Class<? extends ILBStrategy> ClientClusterViewProvider.getLBStrategyClass(java.lang.String objectName)
          Gets a class of strategy for the object with the given name.
 

Uses of ILBStrategy in org.ow2.carol.cmi.info
 

Methods in org.ow2.carol.cmi.info that return types with arguments of type ILBStrategy
 java.lang.Class<? extends ILBStrategy> ClusteredObjectInfo.getStrategyType()
           
 

Constructor parameters in org.ow2.carol.cmi.info with type arguments of type ILBStrategy
ClusteredObjectInfo(java.lang.Class<?> itfName, java.lang.Class<? extends javax.ejb.EJBObject> businessName, java.lang.String clusterName, int minPoolSize, int maxPoolSize, java.lang.Class<? extends ILBPolicy> policyType, java.lang.Class<? extends ILBStrategy> strategyType, java.util.Map<java.lang.String,java.lang.Object> properties, boolean replicated)
          Constructs informations for a clustered object with the default strategy for the given LB policy.
 

Uses of ILBStrategy in org.ow2.carol.cmi.lb.policy
 

Methods in org.ow2.carol.cmi.lb.policy with parameters of type ILBStrategy
 void ILBPolicy.setStrategy(ILBStrategy<T> lbStrategy)
          Sets a strategy to modify the behavior of this policy.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.