|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.management.Notification
com.sun.messaging.jms.management.server.MQNotification
com.sun.messaging.jms.management.server.DestinationNotification
public class DestinationNotification
Class containing information on consumer notifications.
The MQ specific fields in this notification is TBD.
| Field Summary | |
|---|---|
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. |
| Fields inherited from class com.sun.messaging.jms.management.server.MQNotification |
|---|
PREFIX |
| Fields inherited from class javax.management.Notification |
|---|
source |
| Constructor Summary | |
|---|---|
DestinationNotification(String type,
Object source,
long sequenceNumber)
Creates a DestinationNotification object. |
|
| Method Summary | |
|---|---|
boolean |
getCreatedByAdmin()
|
String |
getDestinationName()
|
String |
getDestinationType()
|
String |
getPauseType()
|
void |
setCreatedByAdmin(boolean createdByAdmin)
|
void |
setDestinationName(String name)
|
void |
setDestinationType(String type)
|
void |
setPauseType(String pauseType)
|
| Methods inherited from class javax.management.Notification |
|---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public DestinationNotification(String type,
Object source,
long sequenceNumber)
type - The notification type.source - The notification source.sequenceNumber - The notification sequence number within the source object.| Method Detail |
|---|
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()
|
Sun GlassFish(tm) Message Queue v4.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||