} catch (Exception e) {
throw new BAMException("Could not retrieve hourly summary for server: " + serverId+ " start time: " +
startTime.getBAMTimestamp(), e);
} finally {
if (serviceSummaryDSClient != null) {
serviceSummaryDSClient.cleanup();
}
}
}
public SummaryStatistic getServerStatDailySummary(int serverId, BAMCalendar startTime, BAMCalendar endTime)