Class ClusterNotification
- java.lang.Object
-
- java.util.EventObject
-
- javax.management.Notification
-
- com.sun.messaging.jms.management.server.MQNotification
-
- com.sun.messaging.jms.management.server.ClusterNotification
-
- All Implemented Interfaces:
java.io.Serializable
public class ClusterNotification extends MQNotification
Class containing information on cluster related notifications.The MQ specific fields in this notification is TBD.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLUSTER_BROKER_DOWN
A broker in the cluster has gone downstatic java.lang.String
CLUSTER_BROKER_JOIN
A broker joined the cluster.-
Fields inherited from class com.sun.messaging.jms.management.server.MQNotification
PREFIX
-
-
Constructor Summary
Constructors Constructor Description ClusterNotification(java.lang.String type, java.lang.Object source, long sequenceNumber)
Creates a ClusterNotification object.
-
-
-
Field Detail
-
CLUSTER_BROKER_DOWN
public static final java.lang.String CLUSTER_BROKER_DOWN
A broker in the cluster has gone down- See Also:
- Constant Field Values
-
CLUSTER_BROKER_JOIN
public static final java.lang.String CLUSTER_BROKER_JOIN
A broker joined the cluster.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClusterNotification
public ClusterNotification(java.lang.String type, java.lang.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.
-
-