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 SummaryFieldsModifier 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 com.sun.messaging.jms.management.server.MQNotificationPREFIXFields inherited from class javax.management.Notificationsource
- 
Constructor SummaryConstructorsConstructorDescriptionDestinationNotification(String type, Object source, long sequenceNumber) Creates a DestinationNotification object.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetCreatedByAdmin(boolean createdByAdmin) voidsetDestinationName(String name) voidsetDestinationType(String type) voidsetPauseType(String pauseType) Methods inherited from class javax.management.NotificationgetMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
DESTINATION_COMPACTA destination was compacted.- See Also:
 
- 
DESTINATION_CREATEA destination was created.- See Also:
 
- 
DESTINATION_DESTROYA destination was destroyed.- See Also:
 
- 
DESTINATION_PAUSEA destination was paused.- See Also:
 
- 
DESTINATION_PURGEA destination was purged.- See Also:
 
- 
DESTINATION_RESUMEA destination was resumed.- See Also:
 
 
- 
- 
Constructor Details- 
DestinationNotificationCreates a DestinationNotification object.- Parameters:
- type- The notification type.
- source- The notification source.
- sequenceNumber- The notification sequence number within the source object.
 
 
- 
- 
Method Details- 
setDestinationName
- 
getDestinationName
- 
setDestinationType
- 
getDestinationType
- 
setPauseType
- 
getPauseType
- 
setCreatedByAdminpublic void setCreatedByAdmin(boolean createdByAdmin) 
- 
getCreatedByAdminpublic boolean getCreatedByAdmin()
 
-