public class Sender
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientSenderInterface
Constructor and Description |
---|
Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Konstruktor der Klasse
|
Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection,
de.bsvrz.dav.daf.main.SenderRole role)
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)
Abstrakte Methode, die implementiert werden muss: Übernimmt das tatsächliche Senden der Daten
|
boolean |
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject so,
de.bsvrz.dav.daf.main.DataDescription dd)
Abstrakte Methode, die implementiert werden muss: Zeigt, ob die Sendesteuerung erwünscht ist.
|
java.lang.Boolean |
sende(de.bsvrz.dav.daf.main.ResultData resultData,
de.bsvrz.dav.daf.main.DataDescription dd)
Das Ergebnis der Anfrage wird ermittelt, aufbereitet und versendet
|
java.lang.Boolean |
sende(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)
Das Ergebis der Anfrage wird ermittelt, aufbereitet und versendet
|
java.lang.Boolean |
sende(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,
de.bsvrz.dav.daf.main.SenderRole role)
Das Ergebis der Anfrage wird ermittelt, aufbereitet und versendet
|
public Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection)
connection
- DaVpublic Sender(de.bsvrz.dav.daf.main.ClientDavInterface connection, de.bsvrz.dav.daf.main.SenderRole role)
connection
- DaVrole
- Rolepublic java.lang.Boolean sende(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
- SystemObjectatg
- AttributeGroupasp
- Aspectdata
- Datapublic java.lang.Boolean sende(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, de.bsvrz.dav.daf.main.SenderRole role)
so
- SystemObjectatg
- AttributeGroupasp
- Aspectdata
- Datarole
- Rolepublic java.lang.Boolean sende(de.bsvrz.dav.daf.main.ResultData resultData, de.bsvrz.dav.daf.main.DataDescription dd)
resultData
- Datadd
- DataDescriptionpublic 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.ClientSenderInterface
public 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.ClientSenderInterface