|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThresholdWatchMBean
Provides a standard MBean to use when administering a Watch using JMX
| Method Summary | |
|---|---|
long |
getBreachedCount()
Get the number of times the threshold has been breached |
long |
getClearedCount()
Get the number of times the threshold has been cleared |
double |
getCurrentHighThreshold()
Get the current high threshold value |
double |
getCurrentLowThreshold()
Get the current low threshold value |
double |
getHighThreshold()
Get the high threshold value |
double |
getLowThreshold()
Get the low threshold value |
void |
setCurrentHighThreshold(double threshold)
Get the current high threshold value |
void |
setCurrentLowThreshold(double threshold)
Set the low threshold value |
| Methods inherited from interface org.rioproject.watch.WatchMBean |
|---|
clear, getCalculables, getId, getLastCalculableValue |
| Method Detail |
|---|
double getHighThreshold()
double getLowThreshold()
void setCurrentLowThreshold(double threshold)
threshold - The threshold valuedouble getCurrentHighThreshold()
void setCurrentHighThreshold(double threshold)
threshold - The current high threshold valuedouble getCurrentLowThreshold()
long getBreachedCount()
long getClearedCount()
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||