Class 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:
  • Field Details

  • Constructor Details

    • 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.
  • Method Details

    • setServiceName

      public void setServiceName(String serviceName)
    • getServiceName

      public String getServiceName()