Package org.ow2.cmi.lb.policy

Class Summary
AbstractPolicy<T extends LoadBalanceable> Abstract implementation of a IPolicy, using the class DecisionUtil to take a decision and the class BasicDecisionManager to execute the decision.
FirstAvailable<T extends LoadBalanceable> Implementation of a policy of load-balancing that always favors the first available load-balanceable.
HASingleton<T extends LoadBalanceable> Implementation of a policy of load-balancing that always favors one server in the cluster.
Random<T extends LoadBalanceable> Implementation of a policy of load-balancing that always selects randomly a load-balanceable.
RoundRobin<T extends LoadBalanceable> The default load-balancing policy (Round Robin) that always chooses the next available load-balanceable.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.