Class InQueuesMgr.DataAckSender

java.lang.Object
de.bsvrz.ars.ars.mgmt.InQueuesMgr.DataAckSender
All Implemented Interfaces:
de.bsvrz.dav.daf.main.ClientSenderInterface
Enclosing class:
InQueuesMgr

public final class InQueuesMgr.DataAckSender extends Object implements de.bsvrz.dav.daf.main.ClientSenderInterface
Klasse, die Quittungen sendet
  • Field Summary

    Fields inherited from interface de.bsvrz.dav.daf.main.ClientSenderInterface

    START_SENDING, STOP_SENDING, STOP_SENDING_NO_RIGHTS, STOP_SENDING_NOT_A_VALID_SUBSCRIPTION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription, byte state)
     
    boolean
    isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription)
     
    void
    sendAck(de.bsvrz.dav.daf.main.ResultData rd, long qAspID)
    Sendet eine Quittung

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataAckSender

      public DataAckSender()
  • Method Details

    • sendAck

      public void sendAck(de.bsvrz.dav.daf.main.ResultData rd, long qAspID) throws de.bsvrz.dav.daf.main.DataNotSubscribedException, de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed
      Sendet eine Quittung
      Parameters:
      rd - Datensatz
      qAspID - Quittungsaspekt
      Throws:
      de.bsvrz.dav.daf.main.DataNotSubscribedException - Daten noch nicht angemeldet?
      de.bsvrz.dav.daf.main.SendSubscriptionNotConfirmed - Sendeanmeldung noch nicht bestÃĪtigt
    • isRequestSupported

      public boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription)
      Specified by:
      isRequestSupported in interface de.bsvrz.dav.daf.main.ClientSenderInterface
    • dataRequest

      public void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription, byte state)
      Specified by:
      dataRequest in interface de.bsvrz.dav.daf.main.ClientSenderInterface