org.apache.cxf.clustering |
|
Java Source File Name | Type | Comment |
AbstractStaticFailoverStrategy.java | Class | Failover strategy based on a static cluster represented by
multiple endpoints associated with the same service instance. |
FailoverFeature.java | Class | This feature may be applied to a Client so as to enable
failover from the initial target endpoint to any other
compatible endpoint for the target service. |
FailoverTargetSelector.java | Class | Implements a target selection strategy based on failover to an
alternate target endpoint when a transport level failure is
encountered. |
RandomStrategy.java | Class | Failover strategy based on a randomized walk through the
static cluster represented by multiple endpoints associated
with the same service instance. |
SequentialStrategy.java | Class | Failover strategy based on a sequential walk through the
static cluster represented by multiple endpoints associated
with the same service instance. |