Package org.apache.cxf.clustering
Class FailoverFeature.Portable
- java.lang.Object
-
- org.apache.cxf.clustering.FailoverFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Direct Known Subclasses:
CircuitBreakerFailoverFeature.Portable,LoadDistributorFeature.Portable
- Enclosing class:
- FailoverFeature
public static class FailoverFeature.Portable extends Object implements AbstractPortableFeature
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(InterceptorProvider provider, Bus bus)StringgetClientBootstrapAddress()FailoverStrategygetStrategy()FailoverTargetSelectorgetTargetSelector()voidinitialize(Client client, Bus bus)protected ConduitSelectorinitTargetSelector(Endpoint endpoint)voidsetClientBootstrapAddress(String clientBootstrapAddress)voidsetStrategy(FailoverStrategy strategy)voidsetTargetSelector(FailoverTargetSelector selector)-
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
-
-
-
-
Constructor Detail
-
Portable
public Portable()
-
Portable
public Portable(String clientBootstrapAddress)
-
-
Method Detail
-
doInitializeProvider
public void doInitializeProvider(InterceptorProvider provider, Bus bus)
- Specified by:
doInitializeProviderin interfaceAbstractPortableFeature
-
initialize
public void initialize(Client client, Bus bus)
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
initTargetSelector
protected ConduitSelector initTargetSelector(Endpoint endpoint)
-
getTargetSelector
public FailoverTargetSelector getTargetSelector()
-
setTargetSelector
public void setTargetSelector(FailoverTargetSelector selector)
-
setStrategy
public void setStrategy(FailoverStrategy strategy)
-
getStrategy
public FailoverStrategy getStrategy()
-
getClientBootstrapAddress
public String getClientBootstrapAddress()
-
setClientBootstrapAddress
public void setClientBootstrapAddress(String clientBootstrapAddress)
-
-