org.jumpmind.symmetric.service
Interface IStatisticService

All Known Implementing Classes:
StatisticService

public interface IStatisticService


Method Summary
 java.util.List<StatisticAlertThresholds> getAlertThresholds()
           
 boolean removeStatisticAlertThresholds(java.lang.String statisticName)
           
 void save(java.util.Collection<Statistic> stats, java.util.Date captureEndTime)
           
 void saveStatisticAlertThresholds(StatisticAlertThresholds threshold)
           
 

Method Detail

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.