106107108109110111112113114
return listDBs(server.getId()); } public Map<String, String[]> listInfo(int id) { QueryServerProperties command = new QueryServerProperties(id); command.execute(); return command.getServerInfo(); } }