Class BildVerwaltungsServerImpl
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlbildverwaltungsmodell.objekte.impl.BildVerwaltungsServerImpl
-
- All Implemented Interfaces:
BcManagedApplication
,de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,BildVerwaltungsServer
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
public class BildVerwaltungsServerImpl extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt implements BildVerwaltungsServer
Serverprogramm, welches über eine Kommandoschnittstelle gesteuert wird und Bitmaps auf SSTs herunterladen sowie Stellcodes zuweisen kann.
-
-
Field Summary
-
Fields inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlbildverwaltungsmodell.objekte.BildVerwaltungsServer
PID
-
-
Constructor Summary
Constructors Constructor Description BildVerwaltungsServerImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.BildVerwaltungsServerImpl(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()
OdBcManagedApplicationAntwort
getOdBcManagedApplicationAntwort()
Datensatz zur Beschreibung einer Antwort von einer Managed Application.OdBcManagedApplicationKommando
getOdBcManagedApplicationKommando()
Datensatz zur Beschreibung einer Anfrage an eine Managed Application.OdBildVerwaltungsServerKommando
getOdBildVerwaltungsServerKommando()
Diese Datenstruktur wird zwischen Bedienoberfläche bzw. auch anderen Serverprogrammen und dem Bildverwaltungs-Server ausgetauscht.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
-
BildVerwaltungsServerImpl
public BildVerwaltungsServerImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
-
BildVerwaltungsServerImpl
public BildVerwaltungsServerImpl(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()
-
getKdDefaultParameterdatensaetze
public KdDefaultParameterdatensaetze getKdDefaultParameterdatensaetze()
Description copied from interface:BildVerwaltungsServer
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.- Specified by:
getKdDefaultParameterdatensaetze
in interfaceBcManagedApplication
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceBildVerwaltungsServer
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz DefaultParameterdatensaetze.
-
getKdInfo
public KdInfo getKdInfo()
Description copied from interface:BildVerwaltungsServer
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.- Specified by:
getKdInfo
in interfaceBcManagedApplication
- Specified by:
getKdInfo
in interfaceBildVerwaltungsServer
- Specified by:
getKdInfo
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz Info.
-
getKdAlternativeObjektbezeichnung
public KdAlternativeObjektbezeichnung getKdAlternativeObjektbezeichnung()
Description copied from interface:BildVerwaltungsServer
Verwaltet bis zu zehn alternative Bezeichnungen.- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceBcManagedApplication
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceBildVerwaltungsServer
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz AlternativeObjektbezeichnung.
-
getOdBildVerwaltungsServerKommando
public OdBildVerwaltungsServerKommando getOdBildVerwaltungsServerKommando()
Description copied from interface:BildVerwaltungsServer
Diese Datenstruktur wird zwischen Bedienoberfläche bzw. auch anderen Serverprogrammen und dem Bildverwaltungs-Server ausgetauscht.- Specified by:
getOdBildVerwaltungsServerKommando
in interfaceBildVerwaltungsServer
- Returns:
- der Datensatz BildVerwaltungsServerKommando.
-
getOdBcManagedApplicationKommando
public OdBcManagedApplicationKommando getOdBcManagedApplicationKommando()
Description copied from interface:BildVerwaltungsServer
Datensatz zur Beschreibung einer Anfrage an eine Managed Application.- Specified by:
getOdBcManagedApplicationKommando
in interfaceBcManagedApplication
- Specified by:
getOdBcManagedApplicationKommando
in interfaceBildVerwaltungsServer
- Returns:
- der Datensatz BcManagedApplicationKommando.
-
getOdBcManagedApplicationAntwort
public OdBcManagedApplicationAntwort getOdBcManagedApplicationAntwort()
Description copied from interface:BildVerwaltungsServer
Datensatz zur Beschreibung einer Antwort von einer Managed Application.- Specified by:
getOdBcManagedApplicationAntwort
in interfaceBcManagedApplication
- Specified by:
getOdBcManagedApplicationAntwort
in interfaceBildVerwaltungsServer
- 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>
-
-