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