try {
summaryGenerationDSStub.addSequenceStatQuarterlySummary(stat.getServerId(), stat.getTimeDimensionId(), stat.getName(),
stat.getDirection(), stat.getAvgProcessingTime(), stat.getMaxProcessingTime(),
stat.getMinProcessingTime(), stat.getCount(), stat.getFaultCount());
} catch (Exception e) {
throw new BAMException("addSequenceStatQuarterlySummary failed", e);
}
}