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() |
void |
setGroup(Group<CxfNodeState> group) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNextAlternateAddress
protected Group<CxfNodeState> group
protected java.util.List<java.lang.String> alternateAddressList
public void setGroup(Group<CxfNodeState> group)
setGroup
in interface LoadBalanceStrategy
public Group<CxfNodeState> getGroup()
getGroup
in interface LoadBalanceStrategy
public java.util.List<java.lang.String> getAlternateAddressList()
getAlternateAddressList
in interface LoadBalanceStrategy
Copyright © 2014 Red Hat. All Rights Reserved.