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 
      Modifier and Type Field Description
      static java.lang.String ALERT_LEVEL
      The level at which this alert is issued.
      static java.lang.String 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.
      static java.lang.String THREAD
      The thread causing the alert
    • Field Detail

      • ALERT_LEVEL

        static final java.lang.String ALERT_LEVEL
        The level at which this alert is issued.
        See Also:
        Constant Field Values
      • MEMBER

        static final java.lang.String 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:
        Constant Field Values
      • THREAD

        static final java.lang.String THREAD
        The thread causing the alert
        See Also:
        Constant Field Values