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 StringA broker in the cluster has gone downstatic final StringA broker joined the cluster.Fields inherited from class MQNotification
PREFIXFields inherited from class Notification
source -
Constructor Summary
ConstructorsConstructorDescriptionClusterNotification(String type, Object source, long sequenceNumber) Creates a ClusterNotification object. -
Method Summary
Methods inherited from class Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class EventObject
getSource
-
Field Details
-
CLUSTER_BROKER_DOWN
-
CLUSTER_BROKER_JOIN
-
-
Constructor Details
-
ClusterNotification
-