org.apache.cxf.clustering
Class RandomStrategy
java.lang.Object
org.apache.cxf.clustering.AbstractStaticFailoverStrategy
org.apache.cxf.clustering.RandomStrategy
- All Implemented Interfaces:
- FailoverStrategy
public class RandomStrategy
- extends AbstractStaticFailoverStrategy
Failover strategy based on a randomized walk through the
static cluster represented by multiple endpoints associated
with the same service instance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomStrategy
public RandomStrategy()
- Constructor.
getNextAlternate
protected <T> T getNextAlternate(List<T> alternates)
- Get next alternate endpoint.
- Specified by:
getNextAlternate
in class AbstractStaticFailoverStrategy
- Parameters:
alternates
- non-empty List of alternate endpoints
- Returns:
Apache CXF