getLogger().log(Level.INFO, s);
info = new HADBInfo(hosts, agentPort, haAdminPassword, haAdminPasswordFile,
clusterName, getLogger(), getConfigContext(), getMBeanServer());
info.setup();
HADBPingAgent pinger = new HADBPingAgent(info);
return pinger.ping();
}
catch(HADBSetupException hse)
{
throw hse;
}