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

Field Summary
private  String dateiNameKonfigurationsBereich
          Dateiname der Konfigurationsbereichsdatei.
private  de.bsvrz.dav.daf.main.ClientDavConnection dav
          Datenverteiler-Verbindung.
private static de.bsvrz.sys.funclib.debug.Debug DEBUG
          Logger für DEBUG-Ausgaben.
private  String konfigurationsBereichsInfo
          Info zum Konfigurationsbereich.
private  String konfigurationsBereichsName
          Name des Konfigurationsbereiches.
private  String konfigurationsBereichsPid
          PID des Konfigurationsbereiches.
private  String konfigurationsVerantwortlicher
          Konfigurationsverantwortlicher.
(package private)  List<de.bsvrz.sys.funclib.kbgen.ProxyConfigurationObject> proxyObjekte
          Liste der Proxy-Objekte.
 
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
 

Field Detail

DEBUG

private static final de.bsvrz.sys.funclib.debug.Debug DEBUG
Logger für DEBUG-Ausgaben.


proxyObjekte

List<de.bsvrz.sys.funclib.kbgen.ProxyConfigurationObject> proxyObjekte
Liste der Proxy-Objekte.


dateiNameKonfigurationsBereich

private String dateiNameKonfigurationsBereich
Dateiname der Konfigurationsbereichsdatei.


konfigurationsVerantwortlicher

private String konfigurationsVerantwortlicher
Konfigurationsverantwortlicher.


konfigurationsBereichsPid

private String konfigurationsBereichsPid
PID des Konfigurationsbereiches.


konfigurationsBereichsName

private String konfigurationsBereichsName
Name des Konfigurationsbereiches.


konfigurationsBereichsInfo

private String konfigurationsBereichsInfo
Info zum Konfigurationsbereich.


dav

private de.bsvrz.dav.daf.main.ClientDavConnection dav
Datenverteiler-Verbindung.

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)