| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification
javax.management.monitor.MonitorNotification
public class MonitorNotification
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. The list of notifications fired by the monitor MBeans is the following:
| Field Summary | |
|---|---|
| static String | OBSERVED_ATTRIBUTE_ERRORNotification type denoting that the observed attribute is not contained in the observed object. | 
| static String | OBSERVED_ATTRIBUTE_TYPE_ERRORNotification type denoting that the type of the observed attribute is not correct. | 
| static String | OBSERVED_OBJECT_ERRORNotification type denoting that the observed object is not registered in the MBean server. | 
| static String | RUNTIME_ERRORNotification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute. | 
| static String | STRING_TO_COMPARE_VALUE_DIFFEREDNotification type denoting that the observed attribute has differed from the "string to compare" value. | 
| static String | STRING_TO_COMPARE_VALUE_MATCHEDNotification type denoting that the observed attribute has matched the "string to compare" value. | 
| static String | THRESHOLD_ERRORNotification type denoting that the type of the thresholds, offset or modulus is not correct. | 
| static String | THRESHOLD_HIGH_VALUE_EXCEEDEDNotification type denoting that the observed attribute has exceeded the threshold high value. | 
| static String | THRESHOLD_LOW_VALUE_EXCEEDEDNotification type denoting that the observed attribute has exceeded the threshold low value. | 
| static String | THRESHOLD_VALUE_EXCEEDEDNotification type denoting that the observed attribute has reached the threshold value. | 
| Fields inherited from class javax.management.Notification | 
|---|
| source | 
| Method Summary | |
|---|---|
|  Object | getDerivedGauge()Gets the derived gauge of this monitor notification. | 
|  String | getObservedAttribute()Gets the observed attribute of this monitor notification. | 
|  ObjectName | getObservedObject()Gets the observed object of this monitor notification. | 
|  Object | getTrigger()Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification. | 
| Methods inherited from class javax.management.Notification | 
|---|
| getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final String OBSERVED_OBJECT_ERROR
jmx.monitor.error.mbean.
public static final String OBSERVED_ATTRIBUTE_ERROR
jmx.monitor.error.attribute.
public static final String OBSERVED_ATTRIBUTE_TYPE_ERROR
jmx.monitor.error.type.
public static final String THRESHOLD_ERROR
jmx.monitor.error.threshold.
public static final String RUNTIME_ERROR
jmx.monitor.error.runtime.
public static final String THRESHOLD_VALUE_EXCEEDED
jmx.monitor.counter.threshold.
public static final String THRESHOLD_HIGH_VALUE_EXCEEDED
jmx.monitor.gauge.high.
public static final String THRESHOLD_LOW_VALUE_EXCEEDED
jmx.monitor.gauge.low.
public static final String STRING_TO_COMPARE_VALUE_MATCHED
jmx.monitor.string.matches.
public static final String STRING_TO_COMPARE_VALUE_DIFFERED
jmx.monitor.string.differs.
| Method Detail | 
|---|
public ObjectName getObservedObject()
public String getObservedAttribute()
public Object getDerivedGauge()
public Object getTrigger()
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.