Class BcApplicationManagerImpl
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.bitctrlappmanagement.objekte.impl.BcApplicationManagerImpl
-
- All Implemented Interfaces:
BcApplicationManager
,de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
public class BcApplicationManagerImpl extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt implements BcApplicationManager
Typ zur Repräsentation der Anwendung, die andere Anwendungen außen überwacht und steuert (sog. Software-Watchdog).
-
-
Field Summary
-
Fields inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.bitctrlappmanagement.objekte.BcApplicationManager
PID
-
-
Constructor Summary
Constructors Constructor Description BcApplicationManagerImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.BcApplicationManagerImpl(de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
Initialisierung.
-
Method Summary
Modifier and Type Method Description int
compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
protected java.lang.String
doGetTypPid()
boolean
equals(java.lang.Object arg0)
long
getId()
KdAlternativeObjektbezeichnung
getKdAlternativeObjektbezeichnung()
Verwaltet bis zu zehn alternative Bezeichnungen.KdDefaultParameterdatensaetze
getKdDefaultParameterdatensaetze()
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.KdInfo
getKdInfo()
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich
getKonfigurationsBereich()
java.lang.String
getName()
de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory
getObjektFactory()
OdBcApplicationManagerAktuelleListe
getOdBcApplicationManagerAktuelleListe()
Eine aktuelle Liste mit überwachten Anwendungen und deren letztem Statuswert.OdBcApplicationManagerKommando
getOdBcApplicationManagerKommando()
Eine Kommando an den Application Manager senden oder die Antwort empfangen.PdBcApplicationManagerParameter
getPdBcApplicationManagerParameter()
Parametersatz, der dem Application Manager sagt, welche Anwendungen überwacht werden sollen und wie im Fehlerfall reagiert werden soll.PdBcManagedApplicationDisplayFarbenUndSchriften
getPdBcManagedApplicationDisplayFarbenUndSchriften()
Beschreibt Farben und Schriftarten, die in einer entsprechenden View genutzt werden, um den akutellen Betriebszustand einer Server-Anwensung darzustellen.java.lang.String
getPid()
de.bsvrz.dav.daf.main.config.SystemObject
getSystemObject()
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
getTyp()
int
hashCode()
void
init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
java.lang.String
toString()
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
getDatensatz
-
-
-
-
Constructor Detail
-
BcApplicationManagerImpl
public BcApplicationManagerImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
-
BcApplicationManagerImpl
public BcApplicationManagerImpl(de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
Initialisierung.- Parameters:
objekt
- ein beliebiges Systemobjekt.factory
- die Fabrik, die das Systemobjekt angelegt hat.
-
-
Method Detail
-
doGetTypPid
protected java.lang.String doGetTypPid()
-
getPdBcManagedApplicationDisplayFarbenUndSchriften
public PdBcManagedApplicationDisplayFarbenUndSchriften getPdBcManagedApplicationDisplayFarbenUndSchriften()
Description copied from interface:BcApplicationManager
Beschreibt Farben und Schriftarten, die in einer entsprechenden View genutzt werden, um den akutellen Betriebszustand einer Server-Anwensung darzustellen.- Specified by:
getPdBcManagedApplicationDisplayFarbenUndSchriften
in interfaceBcApplicationManager
- Returns:
- der Datensatz BcManagedApplicationDisplayFarbenUndSchriften.
-
getKdDefaultParameterdatensaetze
public KdDefaultParameterdatensaetze getKdDefaultParameterdatensaetze()
Description copied from interface:BcApplicationManager
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.- Specified by:
getKdDefaultParameterdatensaetze
in interfaceBcApplicationManager
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz DefaultParameterdatensaetze.
-
getOdBcApplicationManagerAktuelleListe
public OdBcApplicationManagerAktuelleListe getOdBcApplicationManagerAktuelleListe()
Description copied from interface:BcApplicationManager
Eine aktuelle Liste mit überwachten Anwendungen und deren letztem Statuswert.- Specified by:
getOdBcApplicationManagerAktuelleListe
in interfaceBcApplicationManager
- Returns:
- der Datensatz BcApplicationManagerAktuelleListe.
-
getKdInfo
public KdInfo getKdInfo()
Description copied from interface:BcApplicationManager
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.- Specified by:
getKdInfo
in interfaceBcApplicationManager
- Specified by:
getKdInfo
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz Info.
-
getKdAlternativeObjektbezeichnung
public KdAlternativeObjektbezeichnung getKdAlternativeObjektbezeichnung()
Description copied from interface:BcApplicationManager
Verwaltet bis zu zehn alternative Bezeichnungen.- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceBcApplicationManager
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz AlternativeObjektbezeichnung.
-
getPdBcApplicationManagerParameter
public PdBcApplicationManagerParameter getPdBcApplicationManagerParameter()
Description copied from interface:BcApplicationManager
Parametersatz, der dem Application Manager sagt, welche Anwendungen überwacht werden sollen und wie im Fehlerfall reagiert werden soll.- Specified by:
getPdBcApplicationManagerParameter
in interfaceBcApplicationManager
- Returns:
- der Datensatz BcApplicationManagerParameter.
-
getOdBcApplicationManagerKommando
public OdBcApplicationManagerKommando getOdBcApplicationManagerKommando()
Description copied from interface:BcApplicationManager
Eine Kommando an den Application Manager senden oder die Antwort empfangen.- Specified by:
getOdBcApplicationManagerKommando
in interfaceBcApplicationManager
- Returns:
- der Datensatz BcApplicationManagerKommando.
-
init
public void init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
-
getObjektFactory
public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
-
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getId
public long getId()
- Specified by:
getId
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getPid
public java.lang.String getPid()
- Specified by:
getPid
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getTyp
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()
- Specified by:
getTyp
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getKonfigurationsBereich
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()
- Specified by:
getKonfigurationsBereich
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getSystemObject
public de.bsvrz.dav.daf.main.config.SystemObject getSystemObject()
- Specified by:
getSystemObject
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
- Specified by:
compareTo
in interfacejava.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
-
-