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.ClientSenderInterfaceTest-Applikation zur Erzeugung einigermaßen realistischer Kurzzeitdaten.
-
-
Method Summary
Modifier and Type Method Description voiddataRequest(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription, byte state)voidinitialize(de.bsvrz.dav.daf.main.ClientDavInterface dav)booleanisRequestSupported(de.bsvrz.dav.daf.main.config.SystemObject object, de.bsvrz.dav.daf.main.DataDescription dataDescription)static voidmain(java.lang.String[] args)Die Hauptfunktion des Observers.voidparseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)voidrun()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:
runin interfacejava.lang.Runnable- Specified by:
runin classjava.util.TimerTask
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface dav) throws java.lang.Exception- Specified by:
initializein 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:
parseArgumentsin 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:
dataRequestin 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:
isRequestSupportedin interfacede.bsvrz.dav.daf.main.ClientSenderInterface
-
-