Package org.apache.synapse.endpoints.algorithms

Interface Summary
LoadbalanceAlgorithm All load balance algorithms must implement this interface.
 

Class Summary
AlgorithmContext Keeps the states of the load balance algorithm.This hides where those states are kept.For a cluster environment ,all states are kept in the axis2 configuration context in order to replicate those states so that other synapse instance in the same cluster can see those changes .
RoundRobin This is the implementation of the round robin load balancing algorithm.
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.