public class Coordinator extends Object
Modifier and Type | Class and Description |
---|---|
private class |
Coordinator.Receiver
Receiver für den Parameterdatensatz für die OSI3 Weiterleitung.
|
Modifier and Type | Field and Description |
---|---|
private DataModel |
_config |
private ClientDavInterface |
_daf |
private static Debug |
_debug |
private ConfigurationObject |
_localDevice |
private NetworkLayerSender |
_networkLayer |
private ConfigurationObject |
_osi3RedirectionDevice |
private TelegramProcessor |
_telegramProcessor |
private TlsModel |
_tlsModel |
private WildcardProcessor |
_wildcardProcessor |
Constructor and Description |
---|
Coordinator(ClientDavInterface daf,
ConfigurationObject localDevice,
NetworkLayerSender networkLayer)
Konstruktor für einen neuen Coordinator.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationObject |
getOsi3RedirectionDevice()
Gibt das Device zurück, für das der Parameter OSI3 Weiterleitung ausgewertet wird.
|
TelegramProcessor |
getTelegramProcessor()
Gibt den TelegramProcessor zurück.
|
private static final Debug _debug
private final TelegramProcessor _telegramProcessor
private final ClientDavInterface _daf
private final ConfigurationObject _localDevice
private ConfigurationObject _osi3RedirectionDevice
private final NetworkLayerSender _networkLayer
private TlsModel _tlsModel
private WildcardProcessor _wildcardProcessor
private DataModel _config
public Coordinator(ClientDavInterface daf, ConfigurationObject localDevice, NetworkLayerSender networkLayer)
daf
- Datenverteilerverbindung.localDevice
- Device, für das KExTls gestartet wurde (z.B. eine VRZ oder UZ).networkLayer
- Networklayer, wird für den TelegramProcessor benötigt.public ConfigurationObject getOsi3RedirectionDevice()
public TelegramProcessor getTelegramProcessor()