Class ManagedNotification


  • public class ManagedNotification
    extends Object
    Metadata that indicates a JMX notification emitted by a bean.
    Since:
    2.0
    Author:
    Rob Harrop
    • Method Detail

      • setNotificationType

        public void setNotificationType​(String notificationType)
        Set a single notification type, or a list of notification types as comma-delimited String.
      • setName

        public void setName​(String name)
        Set the name of this notification.
      • getName

        public String getName()
        Return the name of this notification.
      • setDescription

        public void setDescription​(String description)
        Set a description for this notification.