KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.monitor
Class GaugeMonitor

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by javax.management.monitor.Monitor
          extended by javax.management.monitor.GaugeMonitor
All Implemented Interfaces:
MBeanRegistration, GaugeMonitorMBean, MonitorMBean, NotificationBroadcaster, NotificationEmitter
See Also:
Top Examples, Source Code, threshold low notification, threshold high notification

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


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


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


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


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


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


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


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


public MBeanNotificationInfo[] getNotificationInfo()
See Also:
NotificationBroadcasterSupport, NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void setGranularityPeriod(long period)
                          throws IllegalArgumentException
See Also:
Monitor, MonitorMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void start()
See Also:
Monitor, MonitorMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void stop()
See Also:
Monitor, MonitorMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags