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:
Serializable
Class containing information on cluster related notifications.
The MQ specific fields in this notification is TBD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A broker in the cluster has gone downstatic final String
A broker joined the cluster.Fields inherited from class com.sun.messaging.jms.management.server.MQNotification
PREFIX
Fields inherited from class javax.management.Notification
source
-
Constructor Summary
ConstructorsConstructorDescriptionClusterNotification
(String type, Object source, long sequenceNumber) Creates a ClusterNotification 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
-
Field Details
-
CLUSTER_BROKER_DOWN
A broker in the cluster has gone down- See Also:
-
CLUSTER_BROKER_JOIN
A broker joined the cluster.- See Also:
-
-
Constructor Details
-
ClusterNotification
Creates a ClusterNotification object.- Parameters:
type
- The notification type.source
- The notification source.sequenceNumber
- The notification sequence number within the source object.
-