Package javax.management.monitor

Provides the definition of the monitor classes.

See:
          Description

Interface Summary
CounterMonitorMBean This interface exposes the remote management interface of the CounterMonitor MBean.
GaugeMonitorMBean This interface exposes the remote management interface of the GaugeMonitor MBean.
MonitorMBean This interface exposes the remote management interface of the Monitor MBean.
StringMonitorMBean This interface exposes the remote management interface of the StringMonitor MBean.
 

Class Summary
CounterMonitor This class defines a monitor MBean designed to observe the values of a counter attribute.
GaugeMonitor This class defines a monitor MBean designed to observe the values of a gauge attribute.
Monitor This abstract class defines the common part to all monitor MBeans.
MonitorNotification This class provides definitions of the notifications sent by Monitor MBeans.
StringMonitor This class defines a monitor MBean designed to observe the values of a string attribute.
 

Exception Summary
MonitorSettingException This exception is thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
 

Package javax.management.monitor Description

Provides the definition of the monitor classes.