|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.pua.prot.manager.ProtocolRelatedOperation
public class ProtocolRelatedOperation
Enthält die Operationscodes von Protokoll-bezogenen Operationen.
Das Submodul Task Manager
(TaskManagerInterface
) ist
für die Abarbeitung dieser Aufträge zuständig.
(Siehe Kapitel 2.1.2.2.2.1/2/5 im Feinetwurf)
Field Summary | |
---|---|
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 |
INVALID
Nicht gesetzt. |
static int |
LIST
Liste gespeicherter Protokole abrufen. |
static int |
NACK_FLAG
Fehler. |
static int |
PAUSE_PROTOCOL
Flußkontrolle: Senden des Protokolls anhalten. |
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 Summary | |
---|---|
ProtocolRelatedOperation()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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 INVALID
public static final int ACK_FLAG
public static final int NACK_FLAG
Constructor Detail |
---|
public ProtocolRelatedOperation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |