de.bsvrz.vew.syskal.syskal.systemkalendereintrag
Class SystemkalenderTest

java.lang.Object
  extended by de.bsvrz.vew.syskal.syskal.systemkalendereintrag.SystemkalenderTest
All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication, BenachrichtigeListener, java.util.EventListener

public class SystemkalenderTest
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication, BenachrichtigeListener

Kommentar

Version:
$Revision: 1.2 $ / $Date: 2015/06/08 15:13:12 $ / ($Author: Pittner $)
Author:
Dambach-Werke GmbH, Timo Pittner

Field Summary
protected  de.bsvrz.dav.daf.main.config.Aspect _aspekt
           
protected  de.bsvrz.dav.daf.main.config.AttributeGroup _attributgruppe
           
protected  de.bsvrz.dav.daf.main.config.ConfigurationObject _configObj
           
 de.bsvrz.dav.daf.main.ClientDavInterface _connection
          Verbindung zum Datenverteiler
protected  de.bsvrz.dav.daf.main.DataDescription _datenbeschreibung
           
private  de.bsvrz.dav.daf.main.config.DataModel _datenmodell
          Verbindung zum Datenverteiler
private  java.lang.String _dav
          -datenverteiler von Kommandozeile
private static de.bsvrz.sys.funclib.debug.Debug _debug
          DebugLogger für Debug-Ausgaben
protected  de.bsvrz.dav.daf.main.config.DynamicObjectType _dynObjTyp
           
private  java.lang.String _kalender
          -datenverteiler von Kommandozeile
protected  de.bsvrz.dav.daf.main.config.ConfigurationArea _konfigBereich
           
protected  de.bsvrz.dav.daf.main.SenderRole _senderrolle
           
protected  short _simulationsvariante
           
protected  de.bsvrz.sys.funclib.dambach.vewdynobj.VerwaltungDynObj _verwaltung
           
protected  de.bsvrz.dav.daf.main.config.SystemObject systemobjekt
           
 
Constructor Summary
SystemkalenderTest()
          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 update(BenachrichtigeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_debug

private static de.bsvrz.sys.funclib.debug.Debug _debug
DebugLogger für Debug-Ausgaben


_dav

private java.lang.String _dav
-datenverteiler von Kommandozeile


_kalender

private java.lang.String _kalender
-datenverteiler von Kommandozeile


_connection

public de.bsvrz.dav.daf.main.ClientDavInterface _connection
Verbindung zum Datenverteiler


_datenmodell

private de.bsvrz.dav.daf.main.config.DataModel _datenmodell
Verbindung zum Datenverteiler


systemobjekt

protected de.bsvrz.dav.daf.main.config.SystemObject systemobjekt

_attributgruppe

protected de.bsvrz.dav.daf.main.config.AttributeGroup _attributgruppe

_aspekt

protected de.bsvrz.dav.daf.main.config.Aspect _aspekt

_datenbeschreibung

protected de.bsvrz.dav.daf.main.DataDescription _datenbeschreibung

_simulationsvariante

protected short _simulationsvariante

_senderrolle

protected de.bsvrz.dav.daf.main.SenderRole _senderrolle

_konfigBereich

protected de.bsvrz.dav.daf.main.config.ConfigurationArea _konfigBereich

_dynObjTyp

protected de.bsvrz.dav.daf.main.config.DynamicObjectType _dynObjTyp

_configObj

protected de.bsvrz.dav.daf.main.config.ConfigurationObject _configObj

_verwaltung

protected de.bsvrz.sys.funclib.dambach.vewdynobj.VerwaltungDynObj _verwaltung
Constructor Detail

SystemkalenderTest

public SystemkalenderTest()
Konstruktor.
Öffnen der Log-Datei.

Method Detail

parseArguments

public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
                    throws java.lang.Exception
Überschriebene Methode von StandardApplication, die die speziellen Startparameter auswertet.
Die Liste der Konfigurationsbereiche wird durch Aufspaltung des übergebenen Strings erstellt und die speziellen Startparameter werden in die Log-Datei eingetragen.

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

initialize

public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
                throws java.lang.Exception
Überschriebene Methode von StandardApplication, die die Initialisierung durchführt.
Entsprechend dem Argument -layer wird die entsprechende Methode aufgerufen und danach die Log-Datei geschlossen.

Specified by:
initialize in interface de.bsvrz.sys.funclib.application.StandardApplication
Parameters:
connection - siehe sys.funclib.application.StandardApplication#initialize(stauma.dav.clientside.ClientDavInterface)
Throws:
java.lang.Exception

main

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

Parameters:
arguments - Kommandozeilenargumente

update

public void update(BenachrichtigeEvent e)
Specified by:
update in interface BenachrichtigeListener