|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.vew.sim.sim.SimulationApp
public class SimulationApp
Applikationsklasse der SWE Simulation.
Für den übergebenen Konfigurationsbereich (und optional Konfigurationsobjekt
vom Typ typ.simulationsVerwaltung) wird eine Instanz von VerwaltungSimulation
erzeugt und initialisiert.
Field Summary | |
---|---|
private int |
_anmeldeTimeout
-anmeldeTimeout von Kommandozeile |
private static boolean |
_archivVorV3
Wird das Archiv in der Version vor Archiv-Version 3 benutzt? |
private de.bsvrz.dav.daf.main.ClientDavInterface |
_connection
Datenverteiler-Verbindung |
private de.bsvrz.sys.funclib.debug.Debug |
_debug
Debug-Logger für Logging-Ausgaben |
private java.lang.String |
_konfigBereich
-konfigBereich von Kommandozeile |
private java.lang.String |
_konfigObjekt
-konfigObjekt von Kommandozeile |
private VerwaltungSimulation |
_simuVerw
Simulationsverwaltungs-Funktionalität |
Constructor Summary | |
---|---|
SimulationApp()
Default- Konstruktor. |
Method Summary | |
---|---|
private de.bsvrz.dav.daf.main.config.ConfigurationArea |
getKonfigurationsBereich()
Extrahiert - nach Prüfung - den Konfigurationsbereich aus dem Attribut _konfigBereich |
private de.bsvrz.dav.daf.main.config.ConfigurationObject |
getKonfigurationsObjekt()
Extrahiert - nach Prüfung - das Konfigurationsobjekt für die Simulationsverwaltung aus dem Attribut _konfigObjekt |
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Überschriebene Methode von StandardApplication, die die Initialisierung durchführt. |
static boolean |
isArchivVorV3()
|
static void |
main(java.lang.String[] arguments)
Programmeinstieg. |
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Überschriebene Methode von StandardApplication ,
die die speziellen Startparameter auswertet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private de.bsvrz.sys.funclib.debug.Debug _debug
private java.lang.String _konfigBereich
private java.lang.String _konfigObjekt
private VerwaltungSimulation _simuVerw
private int _anmeldeTimeout
private de.bsvrz.dav.daf.main.ClientDavInterface _connection
private static boolean _archivVorV3
Constructor Detail |
---|
public SimulationApp()
main
aufgerufen
Method Detail |
---|
public static boolean isArchivVorV3()
private de.bsvrz.dav.daf.main.config.ConfigurationArea getKonfigurationsBereich()
_konfigBereich
IllegalArgumentException,
- falls Konfigurationsbereich nicht gefundenprivate de.bsvrz.dav.daf.main.config.ConfigurationObject getKonfigurationsObjekt()
_konfigObjekt
IllegalArgumentException,
- falls Konfigurationsobjekt nicht gefunden
oder vom falschen Typpublic void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
StandardApplication
,
die die speziellen Startparameter auswertet._konfigBereich
,
_konfigObjekt
und _anmeldeTimeout
- alle optional - spezifiziert
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
argumentList
- siehe sys.funclib.application.StandardApplication#parseArguments(sys.funclib.ArgumentList)public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
VerwaltungSimulation
erzeugt und initialisiert
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
connection
- siehe sys.funclib.application.StandardApplication#initialize(de.bsvrz.dav.daf.main.ClientDavInterface)public static void main(java.lang.String[] arguments)
arguments
- Kommandozeilenargumente, folgende speziellen Argumente werden ausgewertet:-konfigBereich: Konfigurationsbereich, in dem die dynamischen Simulationsobjkete verwaltet werden
-konfigObjekt: Konfigurationsobjekt für die Verwaltung von Simulationen - muss vom Typ typ.simulationsVerwaltung sein. Optional, wenn nicht angegeben, wird das Konfigurationsobjekt des lokalen Konfigurationsverantwortlichen genommen.
-anmeldeTimeout: Maximale Wartezeit für (neg.) Quittung auf Anmeldung als Senke für Objekt vom Typ typ.SimulationsVerwaltung.Optional, nur zu benutzten, wenn Default nicht ausreichend gross
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |