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 String |
SERVICE_PAUSE
A service was paused.
|
static String |
SERVICE_RESUME
A service was resumed.
|
PREFIX
source
Constructor and Description |
---|
ServiceNotification(String type,
Object source,
long sequenceNumber)
Creates a ServiceNotification object.
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceName() |
void |
setServiceName(String serviceName) |
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
getSource
public static final String SERVICE_PAUSE
public static final String SERVICE_RESUME
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.