Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.monitor: Javadoc index of package javax.management.monitor.


Package Samples:

javax.management.monitor

Classes:

MonitorNotification: A notification from one of the monitor services. The notification occurs only when the state is first entered. All monitor services produce the following notifications. OBSERVED_OBJECT_ERROR 55 when the MBean is not registered. OBSERVED_ATTRIBUTE_ERROR 55 when the MBean's attribute does not exist. OBSERVED_ATTRIBUTE_TYPE_ERROR 55 when the MBean's attribute is not of the correct type for the monitor or the derived gauge value. RUNTIME_ERROR 55 for any other error. The counter monitor produces the following notifications. THRESHOLD_ERROR 55 when one of the monitors threshold vaues is of an incorrect ...
CounterMonitor: The counter monitor service. Revisions: 20020319 Adrian Brock: Reset the threshold when the value becomes negative in difference mode 20020326 Adrian Brock: The spec says the modulus should be *strictly* exceeded. It appears from testing the RI, it is a mathematical definition of modulus. e.g. 10 exceeds a modulus of 10
Monitor: The monitor service. Revisions: 20020319 Adrian Brock: Notify using the object name and fix the notification payloads
MonitorSettingException: Thrown by a monitor when a monitor setting becomes invalid. ISSUE: Where and how is this used, if at all?
CounterMonitorMBean: The counter monitor service MBean interface.
StringMonitorMBean: The string monitor service MBean interface.
GaugeMonitorMBean: The gauge monitor service MBean interface.
MonitorMBean: The monitor service MBean interface.
StringMonitor: The string monitor service.
GaugeMonitor: The gauge monitor service.

Home | Contact Us | Privacy Policy | Terms of Service