Uses of Class
org.apache.cxf.clustering.AbstractStaticFailoverStrategy
-
Packages that use AbstractStaticFailoverStrategy Package Description org.apache.cxf.clustering -
-
Uses of AbstractStaticFailoverStrategy in org.apache.cxf.clustering
Subclasses of AbstractStaticFailoverStrategy in org.apache.cxf.clustering Modifier and Type Class Description classRandomStrategyFailover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.classRetryStrategyThis strategy simply retries the invocation using the same Endpoint (CXF-2036).classSequentialStrategyFailover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
-