public abstract class FabricLoadBalanceStrategySupport extends Object implements LoadBalanceStrategy
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
alternateAddressList |
protected io.fabric8.groups.Group<CxfNodeState> |
group |
| Constructor and Description |
|---|
FabricLoadBalanceStrategySupport() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlternateAddressList() |
io.fabric8.groups.Group<CxfNodeState> |
getGroup() |
protected void |
onUpdate(io.fabric8.groups.Group<CxfNodeState> group) |
void |
setGroup(io.fabric8.groups.Group<CxfNodeState> group) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNextAlternateAddressprotected io.fabric8.groups.Group<CxfNodeState> group
public void setGroup(io.fabric8.groups.Group<CxfNodeState> group) throws Exception
setGroup in interface LoadBalanceStrategyExceptionprotected void onUpdate(io.fabric8.groups.Group<CxfNodeState> group)
public io.fabric8.groups.Group<CxfNodeState> getGroup()
getGroup in interface LoadBalanceStrategypublic List<String> getAlternateAddressList()
getAlternateAddressList in interface LoadBalanceStrategyCopyright © 2011–2014 Red Hat. All rights reserved.