public final class StauverlaufsAnalyse extends TimerTask implements de.bsvrz.sys.funclib.application.StandardApplication, Thread.UncaughtExceptionHandler
Modifier and Type | Method and Description |
---|---|
static de.bsvrz.dav.daf.main.ClientDavInterface |
getDav()
liefert die Datenverteilerverbindung der Anwendung.
|
static StauverlaufsAnalyseOptionen |
getOptionen()
liefert fir globalen Optionen der Stauverlaufsanalyse.
|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
static void |
main(String[] args)
Hauptfunktion der Anwendung.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argList) |
void |
run()
führt den timergesteuerten Task aus.
|
void |
uncaughtException(Thread t,
Throwable e) |
cancel, scheduledExecutionTime
public static de.bsvrz.dav.daf.main.ClientDavInterface getDav()
public static StauverlaufsAnalyseOptionen getOptionen()
public static void main(String[] args)
args
- die Liste der übergebenen Kommandozeilenparameterpublic void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
Exception
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argList) throws Exception
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
Exception
public void run()
run
in interface Runnable
run
in class TimerTask
TimerTask.run()
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.