Class MQNotification
- java.lang.Object
-
- java.util.EventObject
-
- javax.management.Notification
-
- com.sun.messaging.jms.management.server.MQNotification
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BrokerNotification
,ClusterNotification
,ConnectionNotification
,DestinationNotification
,LogNotification
,ServiceNotification
,TransactionNotification
public class MQNotification extends javax.management.Notification
Class containing information on cluster operations.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
PREFIX
Prefix for all MQ notification type strings.
-
Constructor Summary
Constructors Constructor Description MQNotification(java.lang.String type, java.lang.Object source, long sequenceNumber)
Creates a MQNotification object.
-
-
-
Field Detail
-
PREFIX
public static final java.lang.String PREFIX
Prefix for all MQ notification type strings.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MQNotification
public MQNotification(java.lang.String type, java.lang.Object source, long sequenceNumber)
Creates a MQNotification object.- Parameters:
type
- The notification type.source
- The notification source.sequenceNumber
- The notification sequence number within the source object.
-
-