public class ConfigurationAnswerAreaTasks extends AbstractSenderReceiverCommunication implements SenderReceiverCommunication
Klasse, die Antworten auf Aufträge an die Konfiguration zurückschickt. Diese Antworten beziehen sich auf Aufträge, die Konfigurationsbereiche verwalten sollen.
AbstractSenderReceiverCommunication.DataListener
SenderReceiverCommunication.ConnectionState
Modifier and Type | Field and Description |
---|---|
private ClientDavInterface |
_connection |
private Aspect |
_requestAspect |
private AttributeGroup |
_requestAtg |
Constructor and Description |
---|
ConfigurationAnswerAreaTasks(ClientDavInterface connection,
SystemObject senderObject,
SystemObject ordererObject) |
close, getConnectionState, handleReply, init, init, sendData, sendData, setMutableCollectionChangeListener, waitForReply
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getConnectionState, sendData, sendData, setMutableCollectionChangeListener, waitForReply
private final ClientDavInterface _connection
private final Aspect _requestAspect
private final AttributeGroup _requestAtg
public ConfigurationAnswerAreaTasks(ClientDavInterface connection, SystemObject senderObject, SystemObject ordererObject) throws OneSubscriptionPerSendData
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)OneSubscriptionPerSendData