public class DestinationNotification extends MQNotification
The MQ specific fields in this notification is TBD.
Modifier and Type | Field and Description |
---|---|
static String |
DESTINATION_COMPACT
A destination was compacted.
|
static String |
DESTINATION_CREATE
A destination was created.
|
static String |
DESTINATION_DESTROY
A destination was destroyed.
|
static String |
DESTINATION_PAUSE
A destination was paused.
|
static String |
DESTINATION_PURGE
A destination was purged.
|
static String |
DESTINATION_RESUME
A destination was resumed.
|
PREFIX
source
Constructor and Description |
---|
DestinationNotification(String type,
Object source,
long sequenceNumber)
Creates a DestinationNotification object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCreatedByAdmin() |
String |
getDestinationName() |
String |
getDestinationType() |
String |
getPauseType() |
void |
setCreatedByAdmin(boolean createdByAdmin) |
void |
setDestinationName(String name) |
void |
setDestinationType(String type) |
void |
setPauseType(String pauseType) |
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
getSource
public static final String DESTINATION_COMPACT
public static final String DESTINATION_CREATE
public static final String DESTINATION_DESTROY
public static final String DESTINATION_PAUSE
public static final String DESTINATION_PURGE
public static final String DESTINATION_RESUME
public void setDestinationName(String name)
public String getDestinationName()
public void setDestinationType(String type)
public String getDestinationType()
public void setPauseType(String pauseType)
public String getPauseType()
public void setCreatedByAdmin(boolean createdByAdmin)
public boolean getCreatedByAdmin()
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.