public class ProtocolRelatedOperation
extends java.lang.Object
TaskManagerInterface
)
ist für die Abarbeitung dieser Aufträge zuständig. (Siehe Kapitel 2.1.2.2.2.1/2/5 im Feinetwurf)Modifier and Type | Field and Description |
---|---|
static int |
ABORT
Protokollerstellung abbrechen.
|
static int |
ACK_FLAG
Auftrag erfolgreich ausgeführt.
|
static int |
CREATE
Protokollerstellung.
|
static int |
DELETE
Gespeichertes Protokoll löschen.
|
static int |
FLOW_CONTROL
Automatische Flusskontrolle
|
static int |
INVALID
Nicht gesetzt.
|
static int |
JOB_LIST
Schnittstelle, über die in Warteschlange oder in Bearbeitung befindliche protokollbezogene Anfragen abgerufen werden können
|
static int |
LIST
Liste gespeicherter Protokole abrufen.
|
static int |
NACK_FLAG
Fehler.
|
static int |
PAUSE_PROTOCOL
Flußkontrolle: Senden des Protokolls anhalten.
|
static int |
PROTOCOL_COMPLETION_INTERFACE
Schnittstelle über die Protokoll-Fertigmeldungen angefordert bzw. verschickt werden
|
static int |
PUA_ARS_STATUS
Prüfung ob PuA läuft und mit dem Archivsystem verbunden ist
|
static int |
RESUME_PROTOCOL
Flußkontrolle: Senden des Protokolls fortsetzen.
|
static int |
SEND_SAVED_PROTOCOL
Gespeichertes Protokoll abrufen
|
static int |
SEND_UNREAD_PROTOCOL
Noch nicht abgerufenes Protokoll senden.
|
static int |
STATUS
Statusanfrage.
|
static int |
UNREAD_PROTOCOL_LIST
Liste mit noch nicht abgerufenen Protokollen abrufen.
|
Constructor and Description |
---|
ProtocolRelatedOperation() |
public static final int CREATE
public static final int ABORT
public static final int DELETE
public static final int LIST
public static final int STATUS
public static final int SEND_SAVED_PROTOCOL
public static final int PAUSE_PROTOCOL
public static final int RESUME_PROTOCOL
public static final int SEND_UNREAD_PROTOCOL
public static final int UNREAD_PROTOCOL_LIST
public static final int PUA_ARS_STATUS
public static final int PROTOCOL_COMPLETION_INTERFACE
public static final int JOB_LIST
public static final int FLOW_CONTROL
public static final int INVALID
public static final int ACK_FLAG
public static final int NACK_FLAG