public class MQNotification
extends javax.management.Notification
The MQ specific fields in this notification is TBD.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
Prefix for all MQ notification type strings.
|
Constructor and Description |
---|
MQNotification(java.lang.String type,
java.lang.Object source,
long sequenceNumber)
Creates a MQNotification object.
|
public static final java.lang.String PREFIX
public MQNotification(java.lang.String type, java.lang.Object source, long sequenceNumber)
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.