de.bsvrz.puk.config.main.communication.query
Class ConfigurationAnswerReadTasks

java.lang.Object
  extended by de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
      extended by de.bsvrz.puk.config.main.communication.query.ConfigurationAnswerReadTasks
All Implemented Interfaces:
SenderReceiverCommunication

public class ConfigurationAnswerReadTasks
extends AbstractSenderReceiverCommunication
implements SenderReceiverCommunication

Beantwortet Konfigurationsanfragen, es wird kein Empfänger angemeldet nur ein Sender.

Author:
Achim Wullenkord (AW), Kappich Systemberatung

Nested Class Summary
 
Nested classes/interfaces inherited from class de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
AbstractSenderReceiverCommunication.DataListener
 
Nested classes/interfaces inherited from interface de.bsvrz.dav.daf.main.impl.config.request.telegramManager.SenderReceiverCommunication
SenderReceiverCommunication.ConnectionState
 
Field Summary
private  ClientDavInterface _connection
           
private  Aspect _requestAspect
           
private  AttributeGroup _requestAtg
           
 
Constructor Summary
ConfigurationAnswerReadTasks(ClientDavInterface connection, SystemObject senderObject, SystemObject ordererObject, short simulationVariant)
           
 
Method Summary
 
Methods inherited from class de.bsvrz.dav.daf.main.impl.config.request.telegramManager.AbstractSenderReceiverCommunication
close, getConnectionState, handleReply, init, init, sendData, sendData, setMutableCollectionChangeListener, waitForReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.bsvrz.dav.daf.main.impl.config.request.telegramManager.SenderReceiverCommunication
close, getConnectionState, sendData, sendData, setMutableCollectionChangeListener, waitForReply
 

Field Detail

_connection

private final ClientDavInterface _connection

_requestAspect

private final Aspect _requestAspect

_requestAtg

private final AttributeGroup _requestAtg
Constructor Detail

ConfigurationAnswerReadTasks

public ConfigurationAnswerReadTasks(ClientDavInterface connection,
                                    SystemObject senderObject,
                                    SystemObject ordererObject,
                                    short simulationVariant)
                             throws OneSubscriptionPerSendData
Parameters:
connection -
senderObject - Objekt, zu dem die Daten verschickt werden sollen (wird zum anmelden des Senders gebraucht)
ordererObject - Objekt von dem die Daten geschickt werden (wird als Absender eingetragen)
Throws:
OneSubscriptionPerSendData