de.bsvrz.pua.prot.manager
Class ScriptRelatedOperation

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

public class ScriptRelatedOperation
extends java.lang.Object

Enthält die Operationscodes für Skript-bezogenen Operationen. Das Submodul Task Manager (TaskManagerInterface) ist für die Abarbeitung dieser Operationen zuständig.

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 ACK_FLAG
          Positive Quittung.
static int CREATE
          Skript anlegen / editiern
static int NACK_FLAG
          Negative Quittung
static int SOURCE
          Quelltext anfordern
 
Constructor Summary
ScriptRelatedOperation()
           
 
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
Skript anlegen / editiern

See Also:
Constant Field Values

SOURCE

public static final int SOURCE
Quelltext anfordern

See Also:
Constant Field Values

ACK_FLAG

public static final int ACK_FLAG
Positive Quittung.

See Also:
Constant Field Values

NACK_FLAG

public static final int NACK_FLAG
Negative Quittung

See Also:
Constant Field Values
Constructor Detail

ScriptRelatedOperation

public ScriptRelatedOperation()


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