Class DestinationNotification

All Implemented Interfaces:
Serializable

public class DestinationNotification extends MQNotification
Class containing information on consumer notifications.

The MQ specific fields in this notification is TBD.

See Also:
  • Field Details

  • Constructor Details

    • DestinationNotification

      public DestinationNotification(String type, Object source, long sequenceNumber)
      Creates a DestinationNotification object.
      Parameters:
      type - The notification type.
      source - The notification source.
      sequenceNumber - The notification sequence number within the source object.
  • Method Details

    • setDestinationName

      public void setDestinationName(String name)
    • getDestinationName

      public String getDestinationName()
    • setDestinationType

      public void setDestinationType(String type)
    • getDestinationType

      public String getDestinationType()
    • setPauseType

      public void setPauseType(String pauseType)
    • getPauseType

      public String getPauseType()
    • setCreatedByAdmin

      public void setCreatedByAdmin(boolean createdByAdmin)
    • getCreatedByAdmin

      public boolean getCreatedByAdmin()