de.bsvrz.vew.sim.sim
Class LoescheSimulationsStrecken

java.lang.Object
  extended by de.bsvrz.vew.sim.sim.LoescheSimulationsStrecken
All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication, java.lang.Runnable

public class LoescheSimulationsStrecken
extends java.lang.Object
implements java.lang.Runnable, de.bsvrz.sys.funclib.application.StandardApplication

Applikationsklasse zum Löschen von Simulationsstrecken

Version:
$Revision: 1.1 $ / $Date: 2008/10/31 13:30:32 $ / ($Author: Sans $)
Author:
Dambach Werke GmbH

Field Summary
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 _pidPrefix
          -pidPrefix von Kommandozeile
(package private) static java.lang.String MENGE
          Mengenbezeichner für die dynamische Menge
 
Constructor Summary
LoescheSimulationsStrecken()
          Default- Konstruktor.
 
Method Summary
 void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
          Überschriebene Methode von StandardApplication, die die Initialisierung durchführt
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
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_debug

private de.bsvrz.sys.funclib.debug.Debug _debug
Debug-Logger für Logging-Ausgaben


_pidPrefix

private java.lang.String _pidPrefix
-pidPrefix von Kommandozeile


_connection

private de.bsvrz.dav.daf.main.ClientDavInterface _connection
Datenverteiler-Verbindung


MENGE

static final java.lang.String MENGE
Mengenbezeichner für die dynamische Menge

See Also:
Constant Field Values
Constructor Detail

LoescheSimulationsStrecken

public LoescheSimulationsStrecken()
Default- Konstruktor.
Wird typischerweise von main aufgerufen

Method Detail

parseArguments

public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Überschriebene Methode von StandardApplication, die die speziellen Startparameter auswertet

Specified by:
parseArguments in interface de.bsvrz.sys.funclib.application.StandardApplication
Parameters:
argumentList - siehe sys.funclib.application.StandardApplication#parseArguments(sys.funclib.ArgumentList)

initialize

public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
Überschriebene Methode von StandardApplication, die die Initialisierung durchführt

Specified by:
initialize in interface de.bsvrz.sys.funclib.application.StandardApplication
Parameters:
connection - siehe sys.funclib.application.StandardApplication#initialize(de.bsvrz.dav.daf.main.ClientDavInterface)

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] arguments)
Programmeinstieg