Class ServiceNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
com.sun.messaging.jms.management.server.MQNotification
com.sun.messaging.jms.management.server.ServiceNotification
- All Implemented Interfaces:
- Serializable
Class containing information on service notifications.
 
The MQ specific fields in this notification is TBD.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringA service was paused.static final StringA service was resumed.Fields inherited from class com.sun.messaging.jms.management.server.MQNotificationPREFIXFields inherited from class javax.management.Notificationsource
- 
Constructor SummaryConstructorsConstructorDescriptionServiceNotification(String type, Object source, long sequenceNumber) Creates a ServiceNotification object.
- 
Method SummaryMethods inherited from class javax.management.NotificationgetMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
SERVICE_PAUSEA service was paused.- See Also:
 
- 
SERVICE_RESUMEA service was resumed.- See Also:
 
 
- 
- 
Constructor Details- 
ServiceNotificationCreates a ServiceNotification object.- Parameters:
- type- The notification type.
- source- The notification source.
- sequenceNumber- The notification sequence number within the source object.
 
 
- 
- 
Method Details- 
setServiceName
- 
getServiceName
 
-