private class ConfigurationQueryManager.QueryReceiver extends java.lang.Object implements ClientReceiverInterface
Modifier and Type | Field and Description |
---|---|
private ConfigSimulationObject |
_configSimulationObject |
Constructor and Description |
---|
QueryReceiver()
Dieses Objekt empfängt Konfigurationanfragen für die Simulationsvariante 0.
|
QueryReceiver(ConfigSimulationObject configSimulationObject)
Dieses Objekt empfängt Konfigurationsanfragen für eine bestimmte Simulation.
|
Modifier and Type | Method and Description |
---|---|
void |
update(ResultData[] results)
Aktualisierungsmethode, die nach Empfang eines angemeldeten Datensatzes von den Datenverteiler-Applikationsfunktionen aufgerufen wird.
|
private final ConfigSimulationObject _configSimulationObject
public QueryReceiver()
Dieses Objekt empfängt Konfigurationanfragen für die Simulationsvariante 0.
public QueryReceiver(ConfigSimulationObject configSimulationObject)
Dieses Objekt empfängt Konfigurationsanfragen für eine bestimmte Simulation. Das Objekt, das die Simulation aus Sicht der Konfiguration darstellt wird übergeben.
configSimulationObject
- Objekt, das aus Sicht der Konfiguration eine Simulation darstellt.public void update(ResultData[] results)
de.bsvrz.dav.daf.main.ClientReceiverInterface
update
in interface ClientReceiverInterface
results
- Feld mit den empfangenen Ergebnisdatensätzen.