Class AttPuaProtokollOperationsCode
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmvewprotokolleglobal.attribute.AttPuaProtokollOperationsCode
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>>
public class AttPuaProtokollOperationsCode extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
Attributtyp, der zur Unterscheidung der verschiedenen Nachrichten bei der Abwicklung von PUA-Anfragen dient.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttPuaProtokollOperationsCode
ZUSTAND_1_PROTOKOLLERSTELLUNG
Erstellen eines Protokolls.static AttPuaProtokollOperationsCode
ZUSTAND_10_LISTEUNGELESENEPROTOKOLLE
Liefert eine Liste mit noch nicht abgerufenen Protokollen zurück.static AttPuaProtokollOperationsCode
ZUSTAND_100_FEHLER
Diese Nachricht dient der Uebertragung einer Fehlermeldung.static AttPuaProtokollOperationsCode
ZUSTAND_11_PUAARSSTATUS
Liefert zurück ob PuA läuft und das Archivsystem verfügbar ist.static AttPuaProtokollOperationsCode
ZUSTAND_12_PROTOKOLLFERTIGMELDUNG
Dient zur Anmeldung bzw. zum Versand von Protokoll-Fertigmeldungen.static AttPuaProtokollOperationsCode
ZUSTAND_13_LISTEANFRAGE
Zur Auflistung aller protokollbezogenen Anfragen, die sich aktuell in der Warteschlange oder in Bearbeitung befinden.static AttPuaProtokollOperationsCode
ZUSTAND_14_FLUSSKONTROLLE
Wird zur Flusskontrolle verwendet indem der Client dem Server die Anzahl der gewünschten Datensätze mitteilt (bis zu welcher Datensatznummer PuA Daten senden soll).static AttPuaProtokollOperationsCode
ZUSTAND_2_ABBRECHEN
Protokollerstellung abbrechen.static AttPuaProtokollOperationsCode
ZUSTAND_200_QUITTUNG
Eine positive Quittungsmeldung.static AttPuaProtokollOperationsCode
ZUSTAND_3_PROTOKOLLLOESCHEN
Protokoll loeschen.static AttPuaProtokollOperationsCode
ZUSTAND_4_PROTOKOLLLISTE
Liste der gespeicherten Protokolle abrufen.static AttPuaProtokollOperationsCode
ZUSTAND_5_STATUS
Status der Protokollerstellung.static AttPuaProtokollOperationsCode
ZUSTAND_6_PROTOKOLLABRUFEN
Gespeichertes Protokoll abrufen.static AttPuaProtokollOperationsCode
ZUSTAND_7_PROTOKOLLANHALTEN
Protokollerstellung anhalten.static AttPuaProtokollOperationsCode
ZUSTAND_8_PROTOKOLLFORTSETZEN
Protokollerstellung wieder aufnehmen.static AttPuaProtokollOperationsCode
ZUSTAND_9_UNGELESENESPROTOKOLLABRUFEN
Noch nicht abgerufenes Protokoll abrufen.
-
Constructor Summary
Constructors Constructor Description AttPuaProtokollOperationsCode(java.lang.Short value)
Erzeugte eine neues Attribut Operationscode.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttPuaProtokollOperationsCode>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttPuaProtokollOperationsCode
getZustand(java.lang.Short value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttPuaProtokollOperationsCode
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_1_PROTOKOLLERSTELLUNG
public static final AttPuaProtokollOperationsCode ZUSTAND_1_PROTOKOLLERSTELLUNG
Erstellen eines Protokolls.
-
ZUSTAND_2_ABBRECHEN
public static final AttPuaProtokollOperationsCode ZUSTAND_2_ABBRECHEN
Protokollerstellung abbrechen.
-
ZUSTAND_3_PROTOKOLLLOESCHEN
public static final AttPuaProtokollOperationsCode ZUSTAND_3_PROTOKOLLLOESCHEN
Protokoll loeschen.
-
ZUSTAND_4_PROTOKOLLLISTE
public static final AttPuaProtokollOperationsCode ZUSTAND_4_PROTOKOLLLISTE
Liste der gespeicherten Protokolle abrufen.
-
ZUSTAND_5_STATUS
public static final AttPuaProtokollOperationsCode ZUSTAND_5_STATUS
Status der Protokollerstellung.
-
ZUSTAND_6_PROTOKOLLABRUFEN
public static final AttPuaProtokollOperationsCode ZUSTAND_6_PROTOKOLLABRUFEN
Gespeichertes Protokoll abrufen.
-
ZUSTAND_7_PROTOKOLLANHALTEN
public static final AttPuaProtokollOperationsCode ZUSTAND_7_PROTOKOLLANHALTEN
Protokollerstellung anhalten.
-
ZUSTAND_8_PROTOKOLLFORTSETZEN
public static final AttPuaProtokollOperationsCode ZUSTAND_8_PROTOKOLLFORTSETZEN
Protokollerstellung wieder aufnehmen.
-
ZUSTAND_9_UNGELESENESPROTOKOLLABRUFEN
public static final AttPuaProtokollOperationsCode ZUSTAND_9_UNGELESENESPROTOKOLLABRUFEN
Noch nicht abgerufenes Protokoll abrufen.
-
ZUSTAND_10_LISTEUNGELESENEPROTOKOLLE
public static final AttPuaProtokollOperationsCode ZUSTAND_10_LISTEUNGELESENEPROTOKOLLE
Liefert eine Liste mit noch nicht abgerufenen Protokollen zurück.
-
ZUSTAND_11_PUAARSSTATUS
public static final AttPuaProtokollOperationsCode ZUSTAND_11_PUAARSSTATUS
Liefert zurück ob PuA läuft und das Archivsystem verfügbar ist.
-
ZUSTAND_12_PROTOKOLLFERTIGMELDUNG
public static final AttPuaProtokollOperationsCode ZUSTAND_12_PROTOKOLLFERTIGMELDUNG
Dient zur Anmeldung bzw. zum Versand von Protokoll-Fertigmeldungen.
-
ZUSTAND_100_FEHLER
public static final AttPuaProtokollOperationsCode ZUSTAND_100_FEHLER
Diese Nachricht dient der Uebertragung einer Fehlermeldung.
-
ZUSTAND_200_QUITTUNG
public static final AttPuaProtokollOperationsCode ZUSTAND_200_QUITTUNG
Eine positive Quittungsmeldung.
-
ZUSTAND_13_LISTEANFRAGE
public static final AttPuaProtokollOperationsCode ZUSTAND_13_LISTEANFRAGE
Zur Auflistung aller protokollbezogenen Anfragen, die sich aktuell in der Warteschlange oder in Bearbeitung befinden.
-
ZUSTAND_14_FLUSSKONTROLLE
public static final AttPuaProtokollOperationsCode ZUSTAND_14_FLUSSKONTROLLE
Wird zur Flusskontrolle verwendet indem der Client dem Server die Anzahl der gewünschten Datensätze mitteilt (bis zu welcher Datensatznummer PuA Daten senden soll).
-
-
Method Detail
-
getZustand
public static AttPuaProtokollOperationsCode getZustand(java.lang.Short value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.- Parameters:
value
- ein Zahlenwert- Returns:
- der Zustand zu dem Zahlenwert oder
null
, wenn die Zahl keine Entsprechnung als Zustand besitzt.
-
getZustand
public static AttPuaProtokollOperationsCode getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.- Parameters:
value
- der Zustandsname- Returns:
- der Zustand zu dem Zustandsnamen oder
null
, wenn kein Zustand einen solchen Namen hat.
-
getZustaende
public static java.util.List<AttPuaProtokollOperationsCode> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-