Apache CXF API

Uses of Interface
org.apache.cxf.clustering.FailoverStrategy

Packages that use FailoverStrategy
org.apache.cxf.clustering   
org.apache.cxf.jaxrs.features.clustering   
 

Uses of FailoverStrategy in org.apache.cxf.clustering
 

Classes in org.apache.cxf.clustering that implement FailoverStrategy
 class AbstractStaticFailoverStrategy
          Failover strategy based on a static cluster represented by multiple endpoints associated with the same service instance.
 class RandomStrategy
          Failover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.
 class RetryStrategy
          This strategy simply retries the invocation using the same Endpoint (CXF-2036).
 class SequentialStrategy
          Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
 

Fields in org.apache.cxf.clustering declared as FailoverStrategy
protected  FailoverStrategy FailoverTargetSelector.failoverStrategy
           
 

Methods in org.apache.cxf.clustering that return FailoverStrategy
 FailoverStrategy FailoverFeature.getStrategy()
           
 FailoverStrategy FailoverTargetSelector.getStrategy()
           
 

Methods in org.apache.cxf.clustering with parameters of type FailoverStrategy
 void FailoverFeature.setStrategy(FailoverStrategy strategy)
           
 void FailoverTargetSelector.setStrategy(FailoverStrategy strategy)
           
 

Uses of FailoverStrategy in org.apache.cxf.jaxrs.features.clustering
 

Methods in org.apache.cxf.jaxrs.features.clustering that return FailoverStrategy
 FailoverStrategy FailoverFeature.getStrategy()
           
 


Apache CXF API

Apache CXF