Apache CXF API

Uses of Class
org.apache.cxf.clustering.FailoverTargetSelector

Packages that use FailoverTargetSelector
org.apache.cxf.clustering   
 

Uses of FailoverTargetSelector in org.apache.cxf.clustering
 

Subclasses of FailoverTargetSelector in org.apache.cxf.clustering
 class LoadDistributorTargetSelector
          The LoadDistributorTargetSelector attempts to do the same job as the FailoverTargetSelector, but to choose an alternate target on every request rather than just when a fault occurs.
 

Methods in org.apache.cxf.clustering that return FailoverTargetSelector
 FailoverTargetSelector FailoverFeature.getTargetSelector()
           
 FailoverTargetSelector LoadDistributorFeature.getTargetSelector()
           
 

Methods in org.apache.cxf.clustering with parameters of type FailoverTargetSelector
 void FailoverFeature.setTargetSelector(FailoverTargetSelector selector)
           
 


Apache CXF API

Apache CXF