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.
AbstractSenderReceiverCommunication.DataListener
SenderReceiverCommunication.ConnectionState
Modifier and Type | Field and Description |
---|---|
private ClientDavInterface |
_connection |
private Aspect |
_requestAspect |
private AttributeGroup |
_requestAtg |
private Aspect |
_responseAspect |
private AttributeGroup |
_responseAtg |
Constructor and Description |
---|
ConfigurationRequestWriteData(ClientDavInterface connection,
ConfigurationAuthority configurationAuthority,
SystemObject localApplication) |
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
private final AttributeGroup _responseAtg
private final Aspect _responseAspect
public ConfigurationRequestWriteData(ClientDavInterface connection, ConfigurationAuthority configurationAuthority, SystemObject localApplication) throws OneSubscriptionPerSendData
OneSubscriptionPerSendData