public class Unterzentrale extends ConfigurationObjectWrapper
| Modifier and Type | Field and Description |
|---|---|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
__AtgGeraet |
private static WeakHashMap<String,Unterzentrale> |
__Cache |
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__ConfigurationObjectType |
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
__ConfigurationObjectTypeOfKRI |
private String |
_Bezeichnung |
private int |
_KnotenNummer |
private ArrayList<KRI> |
_KRIList |
private String |
_UmsetzungsModul |
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject| Modifier | Constructor and Description |
|---|---|
protected |
Unterzentrale(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
erzeugt das WrapperObject für das angegebene Object.
|
protected |
Unterzentrale(String pid)
erzeugt das WrapperObject für das Object mit der angegebenen Pid
|
| Modifier and Type | Method and Description |
|---|---|
static Unterzentrale[] |
getAll()
gibt ein Array aller Objekte zurück, die vom Typ typ.uz sind.
|
String |
getBezeichnung()
gibt die Bezeichnung des EAK zurück.
|
static Unterzentrale |
getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) |
static Unterzentrale |
getInstance(String pid) |
int |
getKnotenNummer()
gibt die Knotennummer (OSI-7-Adresse) des Gerätes zurück.
|
KRI[] |
getKRIs()
gibt die KRI's zurück oder null, wenn keine angeschlossen sind.
|
String |
getTreeString()
gibt einen String zum Anzeigen in einem Tree zurück.
|
(package private) de.bsvrz.dav.daf.main.config.ConfigurationObjectType |
getType()
Implementationen müssen den ConfigurationObjectType
zurückgeben, den die gewrappten ConfigurationObjecte haben.
|
String |
getUmsetzungsModul()
gibt das für die Umsetzung des Protokolls (Lesen und Schreiben)
verwendete Modul an diesem Knoten zurück.
|
protected void |
initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
Implemtationen sollen hier die konfigurierenden AttributGruppen und die
zugehörigen Mengen lesen.
|
getConfigurationObject, getKommunikationPartner, getKommunikationPartner, getName, getPID, getToolTipText, toStringprivate static WeakHashMap<String,Unterzentrale> __Cache
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectType
private static de.bsvrz.dav.daf.main.config.ConfigurationObjectType __ConfigurationObjectTypeOfKRI
private static de.bsvrz.dav.daf.main.config.AttributeGroup __AtgGeraet
private String _Bezeichnung
private int _KnotenNummer
private String _UmsetzungsModul
protected Unterzentrale(String pid) throws DataModellMismatchException, DataModellObjectNotFoundException
pid - StringDataModellMismatchExceptionDataModellObjectNotFoundExceptionConfigurationObjectWrapper.ConfigurationObjectWrapper(String pid)protected Unterzentrale(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
confObj - ConfigurationObjectDataModellMismatchExceptionConfigurationObjectWrapper.ConfigurationObjectWrapper(ConfigurationObject
confObj)public String getBezeichnung()
public int getKnotenNummer()
public String getUmsetzungsModul()
public KRI[] getKRIs()
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
throws DataModellMismatchException
ConfigurationObjectWrapperinitData in class ConfigurationObjectWrapperconfObj - ConfigurationObjectDataModellMismatchException - ungültiges Datenmodellde.bsvrz.dav.daf.main.config.ConfigurationObjectType getType()
ConfigurationObjectWrappergetType in class ConfigurationObjectWrapperpublic String getTreeString()
ConfigurationObjectWrappergetTreeString in class ConfigurationObjectWrapperpublic static Unterzentrale[] getAll() throws DataModellMismatchException
DataModellMismatchExceptionpublic static Unterzentrale getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
DataModellMismatchExceptionpublic static Unterzentrale getInstance(String pid) throws DataModellMismatchException
DataModellMismatchExceptionCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.