public class VersandStatusSender extends Object implements de.bsvrz.dav.daf.main.ClientSenderInterface
Modifier and Type | Field and Description |
---|---|
private de.bsvrz.dav.daf.main.ClientDavInterface |
dav
Verbindung zum DAV.
|
private de.bsvrz.dav.daf.main.DataDescription |
ddStatusmeldung
Datenbeschreibung für die Anmeldung als Quelle der Versandmeldungen.
|
private static VersandStatusSender |
INSTANZ
Singleton Instanz.
|
private de.bsvrz.dav.daf.main.config.SystemObject |
modul
Das Versandmodul.
|
Constructor and Description |
---|
VersandStatusSender() |
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) |
static VersandStatusSender |
getInstanz()
Ergibt die Instanz des VersandStatusSenders.
|
void |
init(de.bsvrz.dav.daf.main.ClientDavInterface davconnection,
de.bsvrz.dav.daf.main.config.SystemObject versandmodul)
Initialisierung.
|
boolean |
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object,
de.bsvrz.dav.daf.main.DataDescription dataDescription) |
void |
send(IVersandAuftrag auftrag,
VersandStatus status)
Sendet eine StatusMeldung des Versands zum DAV.
|
private static final VersandStatusSender INSTANZ
private de.bsvrz.dav.daf.main.ClientDavInterface dav
private de.bsvrz.dav.daf.main.DataDescription ddStatusmeldung
private de.bsvrz.dav.daf.main.config.SystemObject modul
public static VersandStatusSender getInstanz()
public 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 void init(de.bsvrz.dav.daf.main.ClientDavInterface davconnection, de.bsvrz.dav.daf.main.config.SystemObject versandmodul)
davconnection
- Verbindung zum DAVversandmodul
- Objekt vom Typ typ.versandModulExterneMeldungenpublic boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription)
isRequestSupported
in interface de.bsvrz.dav.daf.main.ClientSenderInterface
public void send(IVersandAuftrag auftrag, VersandStatus status)
auftrag
- Der zu Auftrag, der versendet werden solltestatus
- Status des VersandesCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.