public class ConfigurationRequestReadData extends AbstractSenderReceiverCommunication implements SenderReceiverCommunication
AbstractSenderReceiverCommunication.DataListener
SenderReceiverCommunication.ConnectionState
Constructor and Description |
---|
ConfigurationRequestReadData(ClientDavInterface connection,
ConfigurationAuthority configurationAuthority,
SystemObject localApplication,
DataModel localConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
setDynamicObjectUpdater(UpdateDynamicObjects updateDynamicObjects)
Setz ein Objekt, mit dem dynamische Objekte auf Meta-Seite auf dem aktuellen Stand gehalten werden können.
|
void |
setMutableCollectionChangeListener(MutableCollectionChangeListener notifyingMutableCollectionChangeListener)
Setzt den Listener zur Verarbeitung und Verteilung von Aktualisierungsnachrichten bzgl.
|
close, getConnectionState, handleReply, init, init, sendData, sendData, waitForReply
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getConnectionState, sendData, sendData, waitForReply
public ConfigurationRequestReadData(ClientDavInterface connection, ConfigurationAuthority configurationAuthority, SystemObject localApplication, DataModel localConfiguration) throws OneSubscriptionPerSendData
OneSubscriptionPerSendData
public void setDynamicObjectUpdater(UpdateDynamicObjects updateDynamicObjects)
updateDynamicObjects
- Objekt, über das dynamische Objekte aktuell gehalten werdenpublic void setMutableCollectionChangeListener(MutableCollectionChangeListener notifyingMutableCollectionChangeListener)
AbstractSenderReceiverCommunication
setMutableCollectionChangeListener
in interface SenderReceiverCommunication
setMutableCollectionChangeListener
in class AbstractSenderReceiverCommunication
notifyingMutableCollectionChangeListener
- Listener zur Verarbeitung und Verteilung von Aktualisierungsnachrichten.