99100101102103104105106107108109
LOG.debug1("removeCluster: " + name); final ClusterBrowser cb = clusterBrowser; if (cb != null) { cb.stopServerStatus(); cb.stopDrbdStatusOnAllHosts(); cb.stopCrmStatus(); } } public void addHost(final Host host) { final int id = hosts.size();