com.sun.messaging.jms.management.server
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
public class ServiceNotification
- extends MQNotification
Class containing information on service notifications.
The MQ specific fields in this notification is TBD.
- See Also:
- Serialized Form
SERVICE_PAUSE
public static final String SERVICE_PAUSE
- A service was paused.
- See Also:
- Constant Field Values
SERVICE_RESUME
public static final String SERVICE_RESUME
- A service was resumed.
- See Also:
- Constant Field Values
ServiceNotification
public ServiceNotification(String type,
Object source,
long sequenceNumber)
- Creates a ServiceNotification object.
- Parameters:
type
- The notification type.source
- The notification source.sequenceNumber
- The notification sequence number within the source object.
setServiceName
public void setServiceName(String serviceName)
getServiceName
public String getServiceName()
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.