org.jumpmind.symmetric.model
Class StatisticAlertThresholds
java.lang.Object
org.jumpmind.symmetric.model.StatisticAlertThresholds
public class StatisticAlertThresholds
- extends java.lang.Object
|
Constructor Summary |
StatisticAlertThresholds()
|
StatisticAlertThresholds(java.lang.String statisticName,
java.math.BigDecimal threshholdTotalMax,
java.lang.Long threshholdCountMax,
java.math.BigDecimal threshholdTotalMin,
java.lang.Long threshholdCountMin,
java.math.BigDecimal threshholdAvgMax,
java.math.BigDecimal threshholdAvgMin)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
StatisticAlertThresholds
public StatisticAlertThresholds()
StatisticAlertThresholds
public StatisticAlertThresholds(java.lang.String statisticName,
java.math.BigDecimal threshholdTotalMax,
java.lang.Long threshholdCountMax,
java.math.BigDecimal threshholdTotalMin,
java.lang.Long threshholdCountMin,
java.math.BigDecimal threshholdAvgMax,
java.math.BigDecimal threshholdAvgMin)
getStatisticName
public java.lang.String getStatisticName()
setStatisticName
public void setStatisticName(java.lang.String statisticName)
getThresholdTotalMax
public java.math.BigDecimal getThresholdTotalMax()
setThresholdTotalMax
public void setThresholdTotalMax(java.math.BigDecimal threshholdTotalMax)
getThresholdCountMax
public java.lang.Long getThresholdCountMax()
setThresholdCountMax
public void setThresholdCountMax(java.lang.Long threshholdCountMax)
getThresholdTotalMin
public java.math.BigDecimal getThresholdTotalMin()
setThresholdTotalMin
public void setThresholdTotalMin(java.math.BigDecimal threshholdTotalMin)
getThresholdCountMin
public java.lang.Long getThresholdCountMin()
setThresholdCountMin
public void setThresholdCountMin(java.lang.Long threshholdCountMin)
outsideOfBoundsNotification
public javax.management.Notification outsideOfBoundsNotification(Statistic stats)
getThresholdAvgMax
public java.math.BigDecimal getThresholdAvgMax()
setThresholdAvgMax
public void setThresholdAvgMax(java.math.BigDecimal threshholdAvgMax)
getThresholdAvgMin
public java.math.BigDecimal getThresholdAvgMin()
setThresholdAvgMin
public void setThresholdAvgMin(java.math.BigDecimal threshholdAvgMin)
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2007-2008. All Rights Reserved.