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

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

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

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

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

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

Uses of LoadBalanceable in org.ow2.cmi.reference
 

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



Copyright © 2009 OW2 Consortium. All Rights Reserved.