Class DestinationNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
com.sun.messaging.jms.management.server.MQNotification
com.sun.messaging.jms.management.server.DestinationNotification
- All Implemented Interfaces:
Serializable
Class containing information on consumer notifications.
The MQ specific fields in this notification is TBD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA destination was compacted.static final StringA destination was created.static final StringA destination was destroyed.static final StringA destination was paused.static final StringA destination was purged.static final StringA destination was resumed.Fields inherited from class MQNotification
PREFIXFields inherited from class Notification
source -
Constructor Summary
ConstructorsConstructorDescriptionDestinationNotification(String type, Object source, long sequenceNumber) Creates a DestinationNotification object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCreatedByAdmin(boolean createdByAdmin) voidsetDestinationName(String name) voidsetDestinationType(String type) voidsetPauseType(String pauseType) Methods inherited from class Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class EventObject
getSource
-
Field Details
-
DESTINATION_COMPACT
-
DESTINATION_CREATE
-
DESTINATION_DESTROY
-
DESTINATION_PAUSE
-
DESTINATION_PURGE
-
DESTINATION_RESUME
-
-
Constructor Details
-
DestinationNotification
-
-
Method Details
-
setDestinationName
-
getDestinationName
-
setDestinationType
-
getDestinationType
-
setPauseType
-
getPauseType
-
setCreatedByAdmin
public void setCreatedByAdmin(boolean createdByAdmin) -
getCreatedByAdmin
public boolean getCreatedByAdmin()
-