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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 interface de.bsvrz.sys.funclib.application.StandardApplication
      Throws:
      java.lang.Exception
    • parseArguments

      public void parseArguments​(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
      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
      Specified by:
      parseArguments in interface de.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)