Home » openjdk-7 » javax » management » monitor »

javax.management.monitor

Interfaces:

CounterMonitorMBean   Exposes the remote management interface of the counter monitor MBean.  code | html
GaugeMonitorMBean   Exposes the remote management interface of the gauge monitor MBean.  code | html
MonitorMBean   Exposes the remote management interface of monitor MBeans.  code | html
StringMonitorMBean   Exposes the remote management interface of the string monitor MBean.  code | html

Abstract Classes:

Monitor   Defines the part common to all monitor MBeans.  code | html

Classes:

Monitor.NumericalType   Enumeration used to keep trace of the derived gauge type in counter and gauge monitors.  code | html
CounterMonitor   Defines a monitor MBean designed to observe the values of a counter attribute.  code | html
CounterMonitor.CounterMonitorObservedObject     code | html
GaugeMonitor   Defines a monitor MBean designed to observe the values of a gauge attribute.  code | html
GaugeMonitor.GaugeMonitorObservedObject     code | html
Monitor.DaemonThreadFactory   Daemon thread factory used by the monitor executors.  code | html
Monitor.MonitorTask   MonitorTask nested class: This class implements the Runnable interface.  code | html
Monitor.ObservedObject     code | html
Monitor.SchedulerTask   SchedulerTask nested class: This class implements the Runnable interface.  code | html
MonitorNotification   Provides definitions of the notifications sent by monitor MBeans.  code | html
MonitorSettingException   Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.  code | html
StringMonitor   Defines a monitor MBean designed to observe the values of a string attribute.  code | html
StringMonitor.StringMonitorObservedObject     code | html