de.bsvrz.kex.bwsin.konfig.kb
Interface SINKonfigurationsBereichInterface

All Known Implementing Classes:
SINKonfigurationsBereich

public interface SINKonfigurationsBereichInterface

Interface Modul Konfigurationsbereich.

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

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 dateiNameKonfigurationsBereich, String konfigurationsVerantwortlicher, String konfigurationsBereichsPid, String konfigurationsBereichsName, String konfigurationsBereichsInfo)
          Die Methode versorgt das Modul mit den globalen Daten des Konfigurationsbereiches.
 

Method Detail

addObjekt

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

Parameters:
objekt - Konfigurationsobjekt

generiereXML

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


initialisiere

void initialisiere(de.bsvrz.dav.daf.main.ClientDavConnection davConnection,
                   String dateiNameKonfigurationsBereich,
                   String konfigurationsVerantwortlicher,
                   String konfigurationsBereichsPid,
                   String konfigurationsBereichsName,
                   String konfigurationsBereichsInfo)
Die Methode versorgt das Modul mit den globalen Daten des Konfigurationsbereiches.

Parameters:
davConnection - Datenverteiler-Verbindung
dateiNameKonfigurationsBereich - Dateiname der Konfigurationsbereichsdatei
konfigurationsVerantwortlicher - Konfigurationsverantwortlicher
konfigurationsBereichsPid - PID des Konfigurationsbereiches
konfigurationsBereichsName - Name des Konfigurationsbereiches
konfigurationsBereichsInfo - Info zum Konfigurationsbereich