public class KexInput
extends java.lang.Object
implements de.bsvrz.dav.daf.main.ClientSenderInterface
Constructor and Description |
---|
KexInput() |
Modifier and Type | Method and Description |
---|---|
void |
dataRequest(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1,
byte arg2) |
boolean |
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject arg0,
de.bsvrz.dav.daf.main.DataDescription arg1) |
int |
publizieren(de.bsvrz.dav.daf.main.ClientDavConnection connection,
de.bsvrz.dav.daf.main.config.SystemObject objekt,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Aspect asp,
de.bsvrz.dav.daf.main.ResultData result)
Senden der übergebenen Daten zum DAV, wenn nicht angemeldet, kein Versuch der Anmeldung.
|
public int publizieren(de.bsvrz.dav.daf.main.ClientDavConnection connection, de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.dav.daf.main.config.AttributeGroup atg, de.bsvrz.dav.daf.main.config.Aspect asp, de.bsvrz.dav.daf.main.ResultData result)
connection
- Datenverteilerverbindung.objekt
- Objekt für das die Daten publiziert werden.atg
- AttributGruppe der zu publizierenden Daten.asp
- Aspekt der zu publizierenden Daten.result
- zu publizierenden Daten.public void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.dav.daf.main.DataDescription arg1, byte arg2)
dataRequest
in interface de.bsvrz.dav.daf.main.ClientSenderInterface
public boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.dav.daf.main.DataDescription arg1)
isRequestSupported
in interface de.bsvrz.dav.daf.main.ClientSenderInterface