public class Sender
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientSenderInterface
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_alsQuelle
Erfolgt das Senden mit dieser Instanz als Quelle?
|
protected de.bsvrz.dav.daf.main.ClientDavInterface |
_connection
Die datenverteiler-Verbindung
|
protected long |
_timeout
Zeitin ms, die max. auf Sendesteuerung gewartet wird
|
static long |
DEFAULT_TIMEOUT
Default-Zeitin ms, die max. auf Sendesteuerung gewartet wird
|
| Constructor and Description |
|---|
Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Konstruktor der Klasse
|
Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
boolean alsQuelle)
Konstruktor der Klasse
|
Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
long timeout)
Konstruktor der Klasse
|
Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
long timeout,
boolean alsQuelle)
Konstruktor der Klasse
|
| Modifier and Type | Method and Description |
|---|---|
void |
dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object,
de.bsvrz.dav.daf.main.DataDescription dataDescription,
byte state) |
boolean |
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.DataDescription dd) |
static boolean |
send(de.bsvrz.dav.daf.main.ClientDavInterface con,
de.bsvrz.dav.daf.main.ResultData data)
Senden von Daten.
|
static boolean |
send(de.bsvrz.dav.daf.main.ClientDavInterface con,
de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.Data data)
Senden von Daten als Sender.
|
static boolean |
send(de.bsvrz.dav.daf.main.ClientDavInterface con,
de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
short sv,
de.bsvrz.dav.daf.main.Data data)
Senden von Daten Sender.
|
boolean |
send(de.bsvrz.dav.daf.main.ResultData resultData)
Senden von Daten.
|
boolean |
send(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.Data data)
Senden von Daten.
|
boolean |
send(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
short sv,
de.bsvrz.dav.daf.main.Data data)
Senden von Daten.
|
protected boolean |
sendData(de.bsvrz.dav.daf.main.ResultData resultData)
Senden von Daten.
|
protected final de.bsvrz.dav.daf.main.ClientDavInterface _connection
protected final boolean _alsQuelle
protected final long _timeout
public static final long DEFAULT_TIMEOUT
public Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection)
connection - Die Datenverteiler-Verbindung,
über die gesendet werden sollpublic Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
long timeout)
connection - Die Datenverteiler-Verbindung,
über die gesendet werden solltimeout - die Zeit in ms, die max. auf Sendesteuerung
gewartet weren sollpublic Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
boolean alsQuelle)
connection - Die Datenverteiler-Verbindung,
über die gesendet werden sollalsQuelle - soll als Quelle gesendet werden?public Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
long timeout,
boolean alsQuelle)
connection - Die Datenverteiler-Verbindung,
über die gesendet werden solltimeout - die Zeit in ms, die max. auf Sendesteuerung
gewartet weren sollalsQuelle - soll als Quelle gesendet werden?public boolean send(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.Data data)
so - das Objekt, für das die Sendeanmeldung erfolgtatg - die Attributgruppwasp - der Aspektdata - der Datensatzpublic boolean send(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
short sv,
de.bsvrz.dav.daf.main.Data data)
so - das Objekt, für das die Sendeanmeldung erfolgtatg - die Attributgruppwasp - der Aspektsv - die Simulationsvariantedata - der Datensatzpublic boolean send(de.bsvrz.dav.daf.main.ResultData resultData)
resultData - die zu sendenden Datenprotected boolean sendData(de.bsvrz.dav.daf.main.ResultData resultData)
resultData - die zu sendenden Datenpublic void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object,
de.bsvrz.dav.daf.main.DataDescription dataDescription,
byte state)
dataRequest in interface de.bsvrz.dav.daf.main.ClientSenderInterfacepublic boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.DataDescription dd)
isRequestSupported in interface de.bsvrz.dav.daf.main.ClientSenderInterfacepublic static boolean send(de.bsvrz.dav.daf.main.ClientDavInterface con,
de.bsvrz.dav.daf.main.ResultData data)
con - die Datenverteiler-Verbindung, die zum Senden benutzt werden solldata - die zu sendenden Datenpublic static boolean send(de.bsvrz.dav.daf.main.ClientDavInterface con,
de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.Data data)
con - die Datenverteiler-Verbindung, die zum Senden benutzt werden sollso - das Objekt, für das die Sendeanmeldung erfolgtatg - die Attributgruppwasp - der Aspektdata - der Datensatzpublic static boolean send(de.bsvrz.dav.daf.main.ClientDavInterface con,
de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
short sv,
de.bsvrz.dav.daf.main.Data data)
con - die Datenverteiler-Verbindung, die zum Senden benutzt werden sollso - das Objekt, für das die Sendeanmeldung erfolgtatg - die Attributgruppwasp - der Aspektsv - die Simulationsvariantedata - der Datensatz