Package org.apache.cxf.clustering
Class LoadDistributorFeature.Portable
- java.lang.Object
-
- org.apache.cxf.clustering.FailoverFeature.Portable
-
- org.apache.cxf.clustering.LoadDistributorFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Enclosing class:
- LoadDistributorFeature
public static class LoadDistributorFeature.Portable extends FailoverFeature.Portable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FailoverTargetSelectorgetTargetSelector()-
Methods inherited from class org.apache.cxf.clustering.FailoverFeature.Portable
doInitializeProvider, getClientBootstrapAddress, getStrategy, initialize, initTargetSelector, setClientBootstrapAddress, setStrategy, setTargetSelector
-
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
-
getTargetSelector
public FailoverTargetSelector getTargetSelector()
- Overrides:
getTargetSelectorin classFailoverFeature.Portable
-
-