Uses of Interface
org.ow2.carol.cmi.lb.LoadBalanceable

Packages that use LoadBalanceable
org.ow2.carol.cmi.lb.policy   
org.ow2.carol.cmi.lb.strategy   
org.ow2.carol.cmi.reference   
 

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

Classes in org.ow2.carol.cmi.lb.policy with type parameters of type LoadBalanceable
 interface ILBPolicy<T extends LoadBalanceable>
          Interface of the policies for load-balancing.
 

Uses of LoadBalanceable in org.ow2.carol.cmi.lb.strategy
 

Classes in org.ow2.carol.cmi.lb.strategy with type parameters of type LoadBalanceable
 interface ILBStrategy<T extends LoadBalanceable>
          Interface of the load-balancing strategies.
 

Uses of LoadBalanceable in org.ow2.carol.cmi.reference
 

Classes in org.ow2.carol.cmi.reference that implement LoadBalanceable
 class CMIReference
          Represents a reference on a clustered object that is deployed on a server.
 class ServerRef
          Represents a reference on a server.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.