Class UfdTestSender
- java.lang.Object
-
- java.util.TimerTask
-
- de.bsvrz.sys.funclib.bitctrl.testdaten.UfdTestSender
-
- All Implemented Interfaces:
de.bsvrz.dav.daf.main.ClientSenderInterface
,de.bsvrz.sys.funclib.application.StandardApplication
,java.lang.Runnable
public final class UfdTestSender extends java.util.TimerTask implements de.bsvrz.sys.funclib.application.StandardApplication, de.bsvrz.dav.daf.main.ClientSenderInterface
Test-Applikation zur Erzeugung einigermaßen realistischer Kurzzeitdaten.
-
-
Method Summary
Modifier and Type Method Description void
dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription, byte state)
void
initialize(de.bsvrz.dav.daf.main.ClientDavInterface dav)
boolean
isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription)
static void
main(java.lang.String[] args)
Die Hauptfunktion des Observers.void
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
void
run()
Prüft die Verfügbarkeit von Kurzzeitdaten aller Fahrstreifen
und sendet für die Stationen, die länger als X Minuten keine KZD empfangen haben eine Warnung an die BMV.
-
-
-
Method Detail
-
run
public void run()
Prüft die Verfügbarkeit von Kurzzeitdaten aller Fahrstreifen
und sendet für die Stationen, die länger als X Minuten keine KZD empfangen haben eine Warnung an die BMV.- Specified by:
run
in interfacejava.lang.Runnable
- Specified by:
run
in classjava.util.TimerTask
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface dav) throws java.lang.Exception
- Specified by:
initialize
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
java.lang.Exception
-
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
- Specified by:
parseArguments
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
Die Hauptfunktion des Observers.- Parameters:
args
- Programm-Argumente
-
dataRequest
public void dataRequest(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription, byte state)
- Specified by:
dataRequest
in interfacede.bsvrz.dav.daf.main.ClientSenderInterface
-
isRequestSupported
public boolean isRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription)
- Specified by:
isRequestSupported
in interfacede.bsvrz.dav.daf.main.ClientSenderInterface
-
-