|
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 Endpoint |
getNextAlternate(java.util.List<Endpoint> alternates)
Get next alternate endpoint. |
| Methods inherited from class org.apache.cxf.clustering.AbstractStaticFailoverStrategy |
|---|
getAlternateEndpoints, selectAlternateEndpoint |
| 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 Endpoint getNextAlternate(java.util.List<Endpoint> 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 | |||||||||