Package org.apache.geode.management
Interface JMXNotificationUserData
public interface JMXNotificationUserData
This interface acts as UserData section of JMX notifications of type "system.alert". It contains
some additional information apart from the Notification details.
- Since:
- GemFire 8.0
-
Field Summary
Fields
-
Field Details
-
ALERT_LEVEL
The level at which this alert is issued.- See Also:
-
MEMBER
The member of the distributed system that issued the alert, or null if the issuer is no longer a member of the distributed system. This constant is defined in org.apache.geode.management.UserData- See Also:
-
THREAD
The thread causing the alert- See Also:
-