getLogger().log(Level.INFO, s);
info = new HADBInfo(hosts, agentPort, haAdminPassword, haAdminPasswordFile,
clusterName, getLogger(), getConfigContext(), getMBeanServer());
info.setup();
HADBRuntimeInfo rtinfo = new HADBRuntimeInfo(info);
readWriteAttributes = rtinfo.getReadWriteAttributes();
readOnlyAttributes = rtinfo.getReadOnlyAttributes();
return rtinfo.getAttributes();
}
catch(HADBSetupException hse)
{
throw hse;
}