javax.management.monitor |
|
Java Source File Name | Type | Comment |
CounterMonitor.java | Class | This class defines a monitor MBean designed to observe the values of a
counter attribute. |
CounterMonitorMBean.java | Interface | This interface exposes the remote management interface of the counter monitor MBean. |
GaugeMonitor.java | Class | Defines a monitor MBean designed to observe the values of a gauge attribute.
A gauge monitor observes an attribute that is continuously variable with time.
A gauge monitor sends notifications as follows:
|
GaugeMonitorMBean.java | Interface | Exposes the remote management interface of the gauge monitor MBean. |
Monitor.java | Class | This class is the base class for all types of monitor mbeans.Defines the
common part to all monitor MBeans. |
MonitorMBean.java | Interface | This interface exposes the remote management interface of monitor MBeans. |
MonitorNotification.java | Class | Provides definitions of the notifications sent by monitor MBeans.
The notification source and a set of parameters concerning the monitor MBean's state
need to be specified when creating a new object of this class. |
MonitorSettingException.java | Class | Exception thrown by the monitor when a monitor setting becomes invalid while
the monitor is running.
As the monitor attributes may change at runtime, a check is performed before
each observation. |
StringMonitor.java | Class | Defines a monitor MBean designed to observe the values of a string attribute. |
StringMonitorMBean.java | Interface | Exposes the remote management interface of the string monitor MBean. |