Class NotificationPacket


  • public final class NotificationPacket
    extends AbstractPacket
    NotificationPacket
    • Constructor Detail

      • NotificationPacket

        public NotificationPacket()
    • Method Detail

      • getSessionId

        public IntegerID getSessionId()
        Returns:
        the sessionId
      • setSessionId

        public void setSessionId​(IntegerID sessionId)
        Parameters:
        sessionId - the sessionId to set
      • getConsumerId

        public IntegerID getConsumerId()
        Returns:
        the consumerId
      • setConsumerId

        public void setConsumerId​(IntegerID consumerId)
        Parameters:
        consumerId - the consumerId to set
      • setMessage

        public void setMessage​(AbstractMessage message)
        Parameters:
        message - the message to set
      • isDonePrefetching

        public boolean isDonePrefetching()
        Returns:
        the donePrefetching
      • setDonePrefetching

        public void setDonePrefetching​(boolean donePrefetching)
        Parameters:
        donePrefetching - the donePrefetching to set