Package org.ow2.carol.cmi.lb.policy

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



Copyright © 2008 OW2 Consortium. All Rights Reserved.