com.sun.messaging.jms.management.server
public class ServiceNotification extends MQNotification
The MQ specific fields in this notification is TBD.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_PAUSE
A service was paused.
|
static java.lang.String |
SERVICE_RESUME
A service was resumed.
|
PREFIX
Constructor and Description |
---|
ServiceNotification(java.lang.String type,
java.lang.Object source,
long sequenceNumber)
Creates a ServiceNotification object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getServiceName() |
void |
setServiceName(java.lang.String serviceName) |
public static final java.lang.String SERVICE_PAUSE
public static final java.lang.String SERVICE_RESUME
public ServiceNotification(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.