Class ClusterNotification

All Implemented Interfaces:
Serializable

public class ClusterNotification extends MQNotification
Class containing information on cluster related notifications.

The MQ specific fields in this notification is TBD.

See Also:
  • Field Details

    • CLUSTER_BROKER_DOWN

      public static final String CLUSTER_BROKER_DOWN
      A broker in the cluster has gone down
      See Also:
    • CLUSTER_BROKER_JOIN

      public static final String CLUSTER_BROKER_JOIN
      A broker joined the cluster.
      See Also:
  • Constructor Details

    • ClusterNotification

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