org.jumpmind.symmetric.service
Interface IStatisticService
- All Known Implementing Classes:
- StatisticService
public interface IStatisticService
save
@Transactional
void save(java.util.Collection<Statistic> stats,
java.util.Date captureEndTime)
getAlertThresholds
java.util.List<StatisticAlertThresholds> getAlertThresholds()
saveStatisticAlertThresholds
@Transactional
void saveStatisticAlertThresholds(StatisticAlertThresholds threshold)
removeStatisticAlertThresholds
boolean removeStatisticAlertThresholds(java.lang.String statisticName)
Copyright © 2007-2008. All Rights Reserved.