*/
public void addHostContext(HostContext host){
String hostName = host.getHostName();
AlgorithmContext algorithmContext =
new AlgorithmContext(isClusteringEnabled,
configCtx, endpointName + "." +
hostName);
host.setAlgorithm(lbAlgo.clone());
host.setAlgorithmContext(algorithmContext);