|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.clustering.AbstractStaticFailoverStrategy
org.apache.cxf.clustering.SequentialStrategy
public class SequentialStrategy
Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
| Constructor Summary | |
|---|---|
SequentialStrategy()
|
|
| Method Summary | ||
|---|---|---|
protected
|
getNextAlternate(java.util.List<T> alternates)
Get next alternate endpoint. |
|
| Methods inherited from class org.apache.cxf.clustering.AbstractStaticFailoverStrategy |
|---|
getAlternateAddresses, getAlternateEndpoints, getEndpoints, selectAlternateAddress, selectAlternateEndpoint, setAlternateAddresses |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequentialStrategy()
| Method Detail |
|---|
protected <T> T getNextAlternate(java.util.List<T> alternates)
getNextAlternate in class AbstractStaticFailoverStrategyalternates - non-empty List of alternate endpoints
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||