de.bsvrz.pua.prot.manager
Class ProtocolRelatedOperation

java.lang.Object
  extended by de.bsvrz.pua.prot.manager.ProtocolRelatedOperation

public class ProtocolRelatedOperation
extends java.lang.Object

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)

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:38:02 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers

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

CREATE

public static final int CREATE
Protokollerstellung.

See Also:
Constant Field Values

ABORT

public static final int ABORT
Protokollerstellung abbrechen.

See Also:
Constant Field Values

DELETE

public static final int DELETE
Gespeichertes Protokoll löschen.

See Also:
Constant Field Values

LIST

public static final int LIST
Liste gespeicherter Protokole abrufen.

See Also:
Constant Field Values

STATUS

public static final int STATUS
Statusanfrage.

See Also:
Constant Field Values

SEND_SAVED_PROTOCOL

public static final int SEND_SAVED_PROTOCOL
Gespeichertes Protokoll abrufen

See Also:
Constant Field Values

PAUSE_PROTOCOL

public static final int PAUSE_PROTOCOL
Flußkontrolle: Senden des Protokolls anhalten.

See Also:
Constant Field Values

RESUME_PROTOCOL

public static final int RESUME_PROTOCOL
Flußkontrolle: Senden des Protokolls fortsetzen.

See Also:
Constant Field Values

SEND_UNREAD_PROTOCOL

public static final int SEND_UNREAD_PROTOCOL
Noch nicht abgerufenes Protokoll senden.

See Also:
Constant Field Values

UNREAD_PROTOCOL_LIST

public static final int UNREAD_PROTOCOL_LIST
Liste mit noch nicht abgerufenen Protokollen abrufen.

See Also:
Constant Field Values

INVALID

public static final int INVALID
Nicht gesetzt.

See Also:
Constant Field Values

ACK_FLAG

public static final int ACK_FLAG
Auftrag erfolgreich ausgeführt.

See Also:
Constant Field Values

NACK_FLAG

public static final int NACK_FLAG
Fehler.

See Also:
Constant Field Values
Constructor Detail

ProtocolRelatedOperation

public ProtocolRelatedOperation()


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.