protected Calendar getLatestHourlySummaryTime() throws BAMException {
BAMSummaryGenerationDSClient client = BAMUtil.getBAMSummaryGenerationDSClient();
try {
return client.getLatestEndpointStatSummaryPeriod(getTimeInterval(), endpoint);
} finally {
client.cleanup();
}
}
protected String getInstanceInfo() {
return "Server: " + server.getServerURL() + ", Endpoint: " + endpoint.getName();