Class BcSchaltProgrammServerImpl
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlschaltprogramm.objekte.impl.BcSchaltProgrammServerImpl
-
- All Implemented Interfaces:
BcManagedApplication
,de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,BcSchaltProgrammServer
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
public class BcSchaltProgrammServerImpl extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt implements BcSchaltProgrammServer
Info.
-
-
Field Summary
-
Fields inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlschaltprogramm.objekte.BcSchaltProgrammServer
PID
-
-
Constructor Summary
Constructors Constructor Description BcSchaltProgrammServerImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.BcSchaltProgrammServerImpl(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()
OdAktuellerBetriebsZustand
getOdAktuellerBetriebsZustand()
Wird vom Schaltprogramm-Server (Klasse BetriebszustandPublizierer) gefüllt mit genau einer Referenz auf dasjenige Schaltprogramm, was den aktuellen Betriebszustand (=Hauptprogramm) repräsentiert.OdAktuelleSchaltProgrammListe
getOdAktuelleSchaltProgrammListe()
Wird vom Schaltprogramm-Server gefüllt mit Referenzen auf diejenigen Schaltprogramme, die zur Zeit online sind.OdBcManagedApplicationAntwort
getOdBcManagedApplicationAntwort()
Datensatz zur Beschreibung einer Antwort von einer Managed Application.OdBcManagedApplicationKommando
getOdBcManagedApplicationKommando()
Datensatz zur Beschreibung einer Anfrage an eine Managed Application.OdKommando
getOdKommando()
Info.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
-
BcSchaltProgrammServerImpl
public BcSchaltProgrammServerImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
-
BcSchaltProgrammServerImpl
public BcSchaltProgrammServerImpl(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()
-
getOdAktuelleSchaltProgrammListe
public OdAktuelleSchaltProgrammListe getOdAktuelleSchaltProgrammListe()
Description copied from interface:BcSchaltProgrammServer
Wird vom Schaltprogramm-Server gefüllt mit Referenzen auf diejenigen Schaltprogramme, die zur Zeit online sind.- Specified by:
getOdAktuelleSchaltProgrammListe
in interfaceBcSchaltProgrammServer
- Returns:
- der Datensatz AktuelleSchaltProgrammListe.
-
getKdDefaultParameterdatensaetze
public KdDefaultParameterdatensaetze getKdDefaultParameterdatensaetze()
Description copied from interface:BcSchaltProgrammServer
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.- Specified by:
getKdDefaultParameterdatensaetze
in interfaceBcManagedApplication
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceBcSchaltProgrammServer
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz DefaultParameterdatensaetze.
-
getOdAktuellerBetriebsZustand
public OdAktuellerBetriebsZustand getOdAktuellerBetriebsZustand()
Description copied from interface:BcSchaltProgrammServer
Wird vom Schaltprogramm-Server (Klasse BetriebszustandPublizierer) gefüllt mit genau einer Referenz auf dasjenige Schaltprogramm, was den aktuellen Betriebszustand (=Hauptprogramm) repräsentiert.<liste zeichen="punkt"> <listenPunkt>Falls kein Hauptprogramm bestimmt werden konnte, wird das NULLPROGRAMM publiziert.</listenPunkt> <listenPunkt>Die Information über zusätzliche Programme, die online sind und daher den Betriebszustand überlagern, wird über Ja/Nein Attribute publiziert, für jede der Standardschaltprogrammgruppen eins.</listenPunkt> </liste>
- Specified by:
getOdAktuellerBetriebsZustand
in interfaceBcSchaltProgrammServer
- Returns:
- der Datensatz AktuellerBetriebsZustand.
-
getKdInfo
public KdInfo getKdInfo()
Description copied from interface:BcSchaltProgrammServer
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.- Specified by:
getKdInfo
in interfaceBcManagedApplication
- Specified by:
getKdInfo
in interfaceBcSchaltProgrammServer
- Specified by:
getKdInfo
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz Info.
-
getKdAlternativeObjektbezeichnung
public KdAlternativeObjektbezeichnung getKdAlternativeObjektbezeichnung()
Description copied from interface:BcSchaltProgrammServer
Verwaltet bis zu zehn alternative Bezeichnungen.- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceBcManagedApplication
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceBcSchaltProgrammServer
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz AlternativeObjektbezeichnung.
-
getOdKommando
public OdKommando getOdKommando()
Description copied from interface:BcSchaltProgrammServer
Info.- Specified by:
getOdKommando
in interfaceBcSchaltProgrammServer
- Returns:
- der Datensatz Kommando.
-
getOdBcManagedApplicationKommando
public OdBcManagedApplicationKommando getOdBcManagedApplicationKommando()
Description copied from interface:BcSchaltProgrammServer
Datensatz zur Beschreibung einer Anfrage an eine Managed Application.- Specified by:
getOdBcManagedApplicationKommando
in interfaceBcManagedApplication
- Specified by:
getOdBcManagedApplicationKommando
in interfaceBcSchaltProgrammServer
- Returns:
- der Datensatz BcManagedApplicationKommando.
-
getOdBcManagedApplicationAntwort
public OdBcManagedApplicationAntwort getOdBcManagedApplicationAntwort()
Description copied from interface:BcSchaltProgrammServer
Datensatz zur Beschreibung einer Antwort von einer Managed Application.- Specified by:
getOdBcManagedApplicationAntwort
in interfaceBcManagedApplication
- Specified by:
getOdBcManagedApplicationAntwort
in interfaceBcSchaltProgrammServer
- Returns:
- der Datensatz BcManagedApplicationAntwort.
-
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>
-
-