Class CircuitBreakerFailoverFeature.Portable
- java.lang.Object
-
- org.apache.cxf.clustering.FailoverFeature.Portable
-
- org.apache.cxf.clustering.circuitbreaker.CircuitBreakerFailoverFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Enclosing class:
- CircuitBreakerFailoverFeature
public static class CircuitBreakerFailoverFeature.Portable extends FailoverFeature.Portable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FailoverTargetSelectorgetTargetSelector()intgetThreshold()longgetTimeout()voidsetTargetSelector(FailoverTargetSelector targetSelector)voidsetThreshold(int threshold)voidsetTimeout(long timeout)-
Methods inherited from class org.apache.cxf.clustering.FailoverFeature.Portable
doInitializeProvider, getClientBootstrapAddress, getStrategy, initialize, initTargetSelector, setClientBootstrapAddress, setStrategy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize
-
-
-
-
Method Detail
-
getTargetSelector
public FailoverTargetSelector getTargetSelector()
- Overrides:
getTargetSelectorin classFailoverFeature.Portable
-
setTargetSelector
public void setTargetSelector(FailoverTargetSelector targetSelector)
- Overrides:
setTargetSelectorin classFailoverFeature.Portable
-
getThreshold
public int getThreshold()
-
getTimeout
public long getTimeout()
-
setThreshold
public void setThreshold(int threshold)
-
setTimeout
public void setTimeout(long timeout)
-
-