de.bsvrz.kex.isis.isis.impl
Class EreignisTypBaustelleAnlegen

java.lang.Object
  extended by de.bsvrz.kex.isis.isis.impl.AbstractBIS
      extended by de.bsvrz.kex.isis.isis.impl.EreignisTypBaustelleAnlegen
All Implemented Interfaces:
de.bsvrz.dav.daf.main.ClientReceiverInterface, BisInterface, de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface, de.bsvrz.sys.funclib.bitctrl.modell.verkehr.objekte.BaustellenListener, EventListener

public class EreignisTypBaustelleAnlegen
extends AbstractBIS

Hilfsprogramm (MAIN-Klasse) zum Anlegen des Baustellen-Ereignistyps.

Version:
$Id: EreignisTypBaustelleAnlegen.java 12578 2008-09-30 08:43:24Z gieseler $
Author:
BitCtrl Systems GmbH, Gieseler

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.bsvrz.kex.isis.isis.BisInterface
BisInterface.BaustellenZustand, BisInterface.BisKommunikationsStatus
 
Nested classes/interfaces inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface
de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface.ASBStationierungsRichtung, de.bsvrz.sys.funclib.bitctrl.modell.netz.NetzInterface.FahrtRichtung
 
Field Summary
private  int baustellenEreignisPrioritaet
          Die Priorität der Baustellen-Ereignisse.
private  String propertiesDatei
          Die benutzte Properties-Datei.
 
Fields inherited from class de.bsvrz.kex.isis.isis.impl.AbstractBIS
BENUTZER_KEY, BISAPPNAME, connThread, DAV_KEY, initLock, kommStatus, kommStatusListener, KV_KEY, netzmodell, objektTyp, PASSWORT_KEY, vdo
 
Constructor Summary
EreignisTypBaustelleAnlegen()
           
 
Method Summary
private  de.bsvrz.dav.daf.main.ClientDavInterface connect(String davHost, String davUsername, String davPassword)
          Stellt die Verbindung zum Datenverteiler her.
static void main(String[] args)
          MAIN-Methode.
private  void typAnlegen()
          Legt den Ereignistyp an.
 
Methods inherited from class de.bsvrz.kex.isis.isis.impl.AbstractBIS
addKommunikationsStatusListener, baustelleAngelegt, baustelleEntfernt, datenAnmeldenDaV, disconnect, erzeugeBaustelle, erzeugeBaustellenVerantwortlichen, erzeugeOrtsReferenz, erzeugeOrtsReferenz, erzeugeOrtsReferenz, getBaustelle, getStrasse, getStrassen, init, istISISBaustelle, loescheBaustelle, removeKommunikationsStatusListener, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertiesDatei

private final String propertiesDatei
Die benutzte Properties-Datei.

See Also:
Constant Field Values

baustellenEreignisPrioritaet

private final int baustellenEreignisPrioritaet
Die Priorität der Baustellen-Ereignisse.

See Also:
Constant Field Values
Constructor Detail

EreignisTypBaustelleAnlegen

public EreignisTypBaustelleAnlegen()
Method Detail

main

public static void main(String[] args)
MAIN-Methode.

Parameters:
args - Argumente

connect

private de.bsvrz.dav.daf.main.ClientDavInterface connect(String davHost,
                                                         String davUsername,
                                                         String davPassword)
                                                  throws BisInterfaceException
Stellt die Verbindung zum Datenverteiler her.

Parameters:
davHost - Hostname des DAV
davUsername - Nutzername am DAV
davPassword - Passwort des Nutzers
Returns:
Datenverteilerverbindung
Throws:
BisInterfaceException - bei Ausnahmen

typAnlegen

private void typAnlegen()
Legt den Ereignistyp an.