Field Summary |
|
final public static String | OBSERVED_ATTRIBUTE_ERROR Notification type denoting that the observed attribute is not contained in the observed object. |
final public static String | OBSERVED_ATTRIBUTE_TYPE_ERROR Notification type denoting that the type of the observed attribute is not correct. |
final public static String | OBSERVED_OBJECT_ERROR Notification type denoting that the observed object is not registered in the MBean server. |
final public static String | RUNTIME_ERROR Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute. |
final public static String | STRING_TO_COMPARE_VALUE_DIFFERED Notification type denoting that the observed attribute has differed from the "string to compare" value. |
final public static String | STRING_TO_COMPARE_VALUE_MATCHED Notification type denoting that the observed attribute has matched the "string to compare" value. |
final public static String | THRESHOLD_ERROR Notification type denoting that the type of the thresholds, offset or modulus is not correct. |
final public static String | THRESHOLD_HIGH_VALUE_EXCEEDED Notification type denoting that the observed attribute has exceeded the threshold high value. |
final public static String | THRESHOLD_LOW_VALUE_EXCEEDED Notification type denoting that the observed attribute has exceeded the threshold low value. |
final public static String | THRESHOLD_VALUE_EXCEEDED Notification type denoting that the observed attribute has reached the threshold value. |