类 ManagedNotification


  • public class ManagedNotification
    extends Object
    Metadata that indicates a JMX notification emitted by a bean.
    从以下版本开始:
    2.0
    作者:
    Rob Harrop
    • 方法详细资料

      • 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.