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.
|
PREFIXsource| 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, toStringgetSourcepublic static final String SERVICE_PAUSE
public static final String SERVICE_RESUME
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.