Package org.jboss.soa.esb.listeners.ha

Interface Summary
LoadBalancePolicy Base interface for load-balancing policies.
ServiceClusterInfo Holder for a list of eprs all belonging to the same service.
 

Class Summary
FirstAvailable LoadBalancingPolicy implementation that always favor the first available target i.e.
RandomRobin LoadBalancingPolicy implementation that always fully randomly select its epr (without basing its decision on any historic).
RoundRobin LoadBalancingPolicy implementation that always favors the next available epr load balancing always occurs.
ServiceClusterInfoImpl Default implementation of ServiceClusterInfo.