Class MQNotification

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX
      Prefix for all MQ notification type strings.
      • Fields inherited from class javax.management.Notification

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      MQNotification​(java.lang.String type, java.lang.Object source, long sequenceNumber)
      Creates a MQNotification object.
    • Method Summary

      • Methods inherited from class javax.management.Notification

        getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • PREFIX

        public static final java.lang.String PREFIX
        Prefix for all MQ notification type strings.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MQNotification

        public MQNotification​(java.lang.String type,
                              java.lang.Object source,
                              long sequenceNumber)
        Creates a MQNotification object.
        Parameters:
        type - The notification type.
        source - The notification source.
        sequenceNumber - The notification sequence number within the source object.