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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA service was paused.static final StringA service was resumed.Fields inherited from class MQNotification
PREFIXFields inherited from class Notification
source -
Constructor Summary
ConstructorsConstructorDescriptionServiceNotification(String type, Object source, long sequenceNumber) Creates a ServiceNotification object. -
Method Summary
Methods inherited from class Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class EventObject
getSource
-
Field Details
-
SERVICE_PAUSE
-
SERVICE_RESUME
-
-
Constructor Details
-
ServiceNotification
-
-
Method Details
-
setServiceName
-
getServiceName
-