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, wait
getNextAlternateAddress
protected io.fabric8.groups.Group<CxfNodeState> group
public void setGroup(io.fabric8.groups.Group<CxfNodeState> group) throws Exception
setGroup
in interface LoadBalanceStrategy
Exception
protected void onUpdate(io.fabric8.groups.Group<CxfNodeState> group)
public io.fabric8.groups.Group<CxfNodeState> getGroup()
getGroup
in interface LoadBalanceStrategy
public List<String> getAlternateAddressList()
getAlternateAddressList
in interface LoadBalanceStrategy
Copyright © 2011–2014 Red Hat. All rights reserved.