Package de.bsvrz.kex.lmstic3.vew
Class LMSTIC3
java.lang.Object
de.bsvrz.kex.lmstic3.vew.LMSTIC3
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication
public class LMSTIC3
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
Hauptklasse für die SWE 2 LMS-TIC3.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MENGE_TIC3_MELDUNGEN
Die Menge der TIC3-Meldungen.static java.lang.String
MENGE_TMC_MELDUNGEN
Die Menge der TMC-Meldungen.static java.lang.String
TYP_TIC3_MELDUNGEN
Der Typ der TIC3-Meldungen.static java.lang.String
TYP_TMC_MELDUNGEN
Der Typ der TMC-Meldungen. -
Constructor Summary
Constructors Modifier Constructor Description protected
LMSTIC3()
Standard-Konstruktor. -
Method Summary
Modifier and Type Method Description void
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
static void
main(java.lang.String[] args)
MAIN-Methode.void
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Wertet die an die Applikation übergebenen Kommandozeilenparameter aus.
Zusätzlich zu den Standard-Datenverteiler-Argumenten sind folgende Argumente möglich: -LMS=<Konfigurationsobjekt>, PID oder ID der Landesmeldestelle, mit der Meldungen ausgetauscht werden sollen
-
Field Details
-
MENGE_TMC_MELDUNGEN
public static final java.lang.String MENGE_TMC_MELDUNGENDie Menge der TMC-Meldungen.- See Also:
- Constant Field Values
-
TYP_TMC_MELDUNGEN
public static final java.lang.String TYP_TMC_MELDUNGENDer Typ der TMC-Meldungen.- See Also:
- Constant Field Values
-
MENGE_TIC3_MELDUNGEN
public static final java.lang.String MENGE_TIC3_MELDUNGENDie Menge der TIC3-Meldungen.- See Also:
- Constant Field Values
-
TYP_TIC3_MELDUNGEN
public static final java.lang.String TYP_TIC3_MELDUNGENDer Typ der TIC3-Meldungen.- See Also:
- Constant Field Values
-
-
Constructor Details
-
LMSTIC3
protected LMSTIC3()Standard-Konstruktor.
-
-
Method Details
-
main
public static void main(java.lang.String[] args)MAIN-Methode.- Parameters:
args
- Argumente
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) 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.ExceptionWertet die an die Applikation übergebenen Kommandozeilenparameter aus.
Zusätzlich zu den Standard-Datenverteiler-Argumenten sind folgende Argumente möglich:- -LMS=<Konfigurationsobjekt>, PID oder ID der Landesmeldestelle, mit der Meldungen ausgetauscht werden sollen
- Specified by:
parseArguments
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Parameters:
argumentList
- die Liste der übergebenen Argumente- Throws:
java.lang.Exception
- bei Ausnahmen- See Also:
StandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)
-