Package org.jboss.ha.client.loadbalance

Interface Summary
AopLoadBalancePolicy Extends the parent interface by adding support for passing in an AOP Invocation as an aid in making the choice of targets.
LoadBalancePolicy Base interface for load-balancing policies.
 

Class Summary
FirstAvailable LoadBalancePolicy implementation that, once a target is chosen, always favors that same target; i.e.
FirstAvailableIdenticalAllProxies Extends the "sticky session" behavior of FirstAvailable by caching the favored target in the FamilyClusterInfo, thus allowing different proxies for the same family to use the same favored target.
RandomRobin LoadBalancePolicy implementation that always fully randomly selects its target (without basing its decision on any history).
RoundRobin LoadBalancePolicy implementation that always favors the next available target in the list, ensuring maximum load balancing always occurs.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.