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
Class containing information on cluster operations.
The MQ specific fields in this notification is TBD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Prefix for all MQ notification type strings.Fields inherited from class javax.management.Notification
source
-
Constructor Summary
ConstructorsConstructorDescriptionMQNotification
(String type, Object source, long sequenceNumber) Creates a MQNotification 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
-
PREFIX
Prefix for all MQ notification type strings.- See Also:
-
-
Constructor Details
-
MQNotification
Creates a MQNotification object.- Parameters:
type
- The notification type.source
- The notification source.sequenceNumber
- The notification sequence number within the source object.
-