de.bsvrz.kex.bwsin.konfig.kb
Class SINKonfigurationsBereich

java.lang.Object
  extended by de.bsvrz.kex.bwsin.konfig.kb.SINKonfigurationsBereich
All Implemented Interfaces:
SINKonfigurationsBereichInterface

public class SINKonfigurationsBereich
extends Object
implements SINKonfigurationsBereichInterface

Modul Konfigurationsbereich.

Version:
$Id: SINKonfigurationsBereich.java 10390 2008-07-09 15:06:39Z gieseler $
Author:
BitCtrl Systems GmbH, Gieseler

Constructor Summary
SINKonfigurationsBereich()
           
 
Method Summary
 void addObjekt(KonfigurationsObjekt objekt)
          Mit dieser Methode kann ein Objekt zum Konfigurationsbereich hinzugefügt werden.
 void generiereXML()
          Diese Methode erzeugt den Konfigurationsbereich als XML-Datei.
 void initialisiere(de.bsvrz.dav.daf.main.ClientDavConnection davConnection, String dateiNameKonfigurationsBereichp, String konfigurationsVerantwortlicherp, String konfigurationsBereichsPidp, String konfigurationsBereichsNamep, String konfigurationsBereichsInfop)
          Die Methode versorgt das Modul mit den globalen Daten des Konfigurationsbereiches.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SINKonfigurationsBereich

public SINKonfigurationsBereich()
Method Detail

addObjekt

public void addObjekt(KonfigurationsObjekt objekt)
Mit dieser Methode kann ein Objekt zum Konfigurationsbereich hinzugefügt werden.

Specified by:
addObjekt in interface SINKonfigurationsBereichInterface
Parameters:
objekt - Konfigurationsobjekt
See Also:
SINKonfigurationsBereichInterface.addObjekt(de.bsvrz.kex.bwsin.konfig.kb.KonfigurationsObjekt)

generiereXML

public void generiereXML()
Diese Methode erzeugt den Konfigurationsbereich als XML-Datei.

Specified by:
generiereXML in interface SINKonfigurationsBereichInterface
See Also:
SINKonfigurationsBereichInterface.generiereXML()

initialisiere

public void initialisiere(de.bsvrz.dav.daf.main.ClientDavConnection davConnection,
                          String dateiNameKonfigurationsBereichp,
                          String konfigurationsVerantwortlicherp,
                          String konfigurationsBereichsPidp,
                          String konfigurationsBereichsNamep,
                          String konfigurationsBereichsInfop)
Die Methode versorgt das Modul mit den globalen Daten des Konfigurationsbereiches.

Specified by:
initialisiere in interface SINKonfigurationsBereichInterface
Parameters:
davConnection - Datenverteiler-Verbindung
dateiNameKonfigurationsBereichp - Dateiname der Konfigurationsbereichsdatei
konfigurationsVerantwortlicherp - Konfigurationsverantwortlicher
konfigurationsBereichsPidp - PID des Konfigurationsbereiches
konfigurationsBereichsNamep - Name des Konfigurationsbereiches
konfigurationsBereichsInfop - Info zum Konfigurationsbereich
See Also:
SINKonfigurationsBereichInterface.initialisiere(de.bsvrz.dav.daf.main.ClientDavConnection, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)