Java javax.management.monitor MonitorNotification fields, constructors, methods, implement or subclass

Example usage for Java javax.management.monitor MonitorNotification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.monitor MonitorNotification.

The text is from its open source code.

Field

StringOBSERVED_OBJECT_ERROR
Notification type denoting that the observed object is not registered in the MBean server.
StringOBSERVED_ATTRIBUTE_ERROR
Notification type denoting that the observed attribute is not contained in the observed object.
StringOBSERVED_ATTRIBUTE_TYPE_ERROR
Notification type denoting that the type of the observed attribute is not correct.
StringTHRESHOLD_ERROR
Notification type denoting that the type of the thresholds, offset or modulus is not correct.
StringRUNTIME_ERROR
Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute.
StringTHRESHOLD_VALUE_EXCEEDED
Notification type denoting that the observed attribute has reached the threshold value.
StringTHRESHOLD_HIGH_VALUE_EXCEEDED
Notification type denoting that the observed attribute has exceeded the threshold high value.
StringTHRESHOLD_LOW_VALUE_EXCEEDED
Notification type denoting that the observed attribute has exceeded the threshold low value.
StringSTRING_TO_COMPARE_VALUE_MATCHED
Notification type denoting that the observed attribute has matched the "string to compare" value.
StringSTRING_TO_COMPARE_VALUE_DIFFERED
Notification type denoting that the observed attribute has differed from the "string to compare" value.