com.sun.messaging.jms.management.server
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
public class MQNotification
- extends Notification
Class containing information on cluster operations.
The MQ specific fields in this notification is TBD.
- See Also:
- Serialized Form
Field Summary |
static String |
PREFIX
Prefix for all MQ notification type strings. |
PREFIX
public static final String PREFIX
- Prefix for all MQ notification type strings.
- See Also:
- Constant Field Values
MQNotification
public MQNotification(String type,
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.
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.