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 String
A service was paused.static final String
A service was resumed.Fields inherited from class com.sun.messaging.jms.management.server.MQNotification
PREFIX
Fields inherited from class javax.management.Notification
source
-
Constructor Summary
ConstructorsConstructorDescriptionServiceNotification
(String type, Object source, long sequenceNumber) Creates a ServiceNotification object. -
Method Summary
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
-
Field Details
-
SERVICE_PAUSE
A service was paused.- See Also:
-
SERVICE_RESUME
A service was resumed.- See Also:
-
-
Constructor Details
-
ServiceNotification
Creates 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
-