+ ", serviceComponentName=" + getName()
+ ", hostname=" + hostComponent.getHostName());
}
// FIXME need a better approach of caching components by host
ClusterImpl clusterImpl = (ClusterImpl) service.getCluster();
clusterImpl.addServiceComponentHost(hostComponent);
this.hostComponents.put(hostComponent.getHostName(), hostComponent);
}
@Override
public synchronized ServiceComponentHost addServiceComponentHost(