super();
}
protected void printServerStats(String serverId, boolean details) throws Exception {
BeesClient client = getBeesClient(BeesClient.class);
ServerInfo serverInfo = client.serverInfo(serverId);
printServerStats(serverInfo, details, null);
}
protected void printServerStats(ServerInfo serverInfo, boolean details, ServerPoolInfo serverPoolInfo) throws Exception {
BeesClient client = getBeesClient(BeesClient.class);