Class MQNotification

java.lang.Object
java.util.EventObject
javax.management.Notification
com.sun.messaging.jms.management.server.MQNotification
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BrokerNotification, ClusterNotification, ConnectionNotification, DestinationNotification, LogNotification, ServiceNotification, TransactionNotification

public class MQNotification extends Notification
Class containing information on cluster operations.

The MQ specific fields in this notification is TBD.

See Also:
  • Field Details

  • Constructor Details

    • MQNotification

      public MQNotification(String type, 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.