org.jumpmind.symmetric.model
Class StatisticAlertThresholds

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getStatisticName()
           
 java.math.BigDecimal getThresholdAvgMax()
           
 java.math.BigDecimal getThresholdAvgMin()
           
 java.lang.Long getThresholdCountMax()
           
 java.lang.Long getThresholdCountMin()
           
 java.math.BigDecimal getThresholdTotalMax()
           
 java.math.BigDecimal getThresholdTotalMin()
           
 int hashCode()
           
 javax.management.Notification outsideOfBoundsNotification(Statistic stats)
           
 void setStatisticName(java.lang.String statisticName)
           
 void setThresholdAvgMax(java.math.BigDecimal threshholdAvgMax)
           
 void setThresholdAvgMin(java.math.BigDecimal threshholdAvgMin)
           
 void setThresholdCountMax(java.lang.Long threshholdCountMax)
           
 void setThresholdCountMin(java.lang.Long threshholdCountMin)
           
 void setThresholdTotalMax(java.math.BigDecimal threshholdTotalMax)
           
 void setThresholdTotalMin(java.math.BigDecimal threshholdTotalMin)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.