KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > monitor > GaugeMonitorMBean

javax.management.monitor
Interface GaugeMonitorMBean

All Superinterfaces:
MonitorMBean
All Known Implementing Classes:
GaugeMonitor
See Also:
Source Code

@Deprecated
Number getDerivedGauge()
See Also:
getDerivedGauge(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getDerivedGauge(ObjectName object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
long getDerivedGaugeTimeStamp()
See Also:
getDerivedGaugeTimeStamp(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


long getDerivedGaugeTimeStamp(ObjectName object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getDifferenceMode()
See Also:
setDifferenceMode(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getHighThreshold()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getLowThreshold()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getNotifyHigh()
See Also:
setNotifyHigh(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getNotifyLow()
See Also:
setNotifyLow(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setDifferenceMode(boolean value)
See Also:
getDifferenceMode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setNotifyHigh(boolean value)
See Also:
getNotifyHigh()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setNotifyLow(boolean value)
See Also:
getNotifyLow()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setThresholds(Number highValue,
                   Number lowValue)
                   throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags