115116117118119120121122123124125
} @Override public void deregisterCluster(String uuid) { ClusterEntityImpl clusterEntity = new ClusterEntityImpl(uuid, manager); clusterEntity.disable(); } @Override public void deregisterHost(String uuid) {
114115116117118119120121122123124
} @Override public void deregisterCluster(final String uuid) { ClusterEntityImpl clusterEntity = new ClusterEntityImpl(uuid, manager); clusterEntity.disable(); } @Override public void deregisterHost(final String uuid) {