de.bsvrz.dav.daf.main.impl.config.request.telegramManager
Class ConfigurationRequestWriteData

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

public class ConfigurationRequestWriteData
extends AbstractSenderReceiverCommunication
implements SenderReceiverCommunication

Ermöglicht es, Anfragen an die Konfiguration zu stellen. Die Anfragen sind schreibender Natur und verändern die Daten der Konfiguration.

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
           
private  Aspect _responseAspect
           
private  AttributeGroup _responseAtg
           
 
Constructor Summary
ConfigurationRequestWriteData(ClientDavInterface connection, ConfigurationAuthority configurationAuthority, SystemObject localApplication)
           
 
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

_responseAtg

private final AttributeGroup _responseAtg

_responseAspect

private final Aspect _responseAspect
Constructor Detail

ConfigurationRequestWriteData

public ConfigurationRequestWriteData(ClientDavInterface connection,
                                     ConfigurationAuthority configurationAuthority,
                                     SystemObject localApplication)
                              throws OneSubscriptionPerSendData
Throws:
OneSubscriptionPerSendData