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