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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringPrefix for all MQ notification type strings.Fields inherited from class javax.management.Notificationsource
- 
Constructor SummaryConstructorsConstructorDescriptionMQNotification(String type, Object source, long sequenceNumber) Creates a MQNotification object.
- 
Method SummaryMethods inherited from class javax.management.NotificationgetMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
PREFIXPrefix for all MQ notification type strings.- See Also:
 
 
- 
- 
Constructor Details- 
MQNotificationCreates a MQNotification object.- Parameters:
- type- The notification type.
- source- The notification source.
- sequenceNumber- The notification sequence number within the source object.
 
 
-