javax.management.monitor |
|
Java Source File Name | Type | Comment |
CounterMonitor.java | Class | Defines a monitor MBean designed to observe the values of a counter attribute. |
CounterMonitorMBean.java | 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. |
GaugeMonitorMBean.java | Interface | Exposes the remote management interface of the gauge monitor MBean. |
Monitor.java | Class | Defines the common part to all monitor MBeans.
A monitor MBean monitors values of an attribute in an observed MBean. |
MonitorMBean.java | Interface | Exposes the remote management interface of monitor MBeans. |
MonitorNotification.java | Class | Provides definitions of the notifications sent by monitor MBeans. |
MonitorSettingException.java | Class | Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running. |
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. |