qat.common
Class ProtocolConstants

java.lang.Object
  extended byqat.common.ProtocolConstants

public abstract class ProtocolConstants
extends java.lang.Object

This file contains the constant values used in the simple communication between the harness and the agent. Some of the id's are left over from the initial prototyping of this application, and are no longer used.

Version:
2.4, 17 June 1999
Author:
webhiker

Field Summary
static int CHECKAGENT
           
static int CHECKFILE
           
static int CLASSSTART_REQUEST
           
static int CMDCLEAN_REQUEST
           
static int CMDGETTRACE_REQUEST
           
static int CMDSTART_REQUEST
           
static int CMDSTATUS_REQUEST
           
static int CMDSTOP_REQUEST
           
static int DAEMONCLEAN_REQUEST
           
static int DAEMONSTART_REQUEST
           
static int DELFILE
           
static int FAILED
           
static int GETCONSOLE
           
static int GETFILE
           
static int GETINFO_ARCH
           
static int GETINFO_OS
           
static int GETTRACEPATHS_REQUEST
           
static int KILLAGENT
           
static int KILLALL
           
static int MKDIR
           
static int NOTRUN
           
static int PASSED
           
static int PENDING
           
static int RESPONSE_FINISHED_ERROR
          This indicates an action request has been completed, but an error occured.
static int RESPONSE_FINISHED_OK
          This indicates an action request has been completed.
static int RESPONSE_PROCESSING
          This indicates the agent is busy processing a request.
static int RUNNING
           
static int SENDFILE
           
static int SOCKET_TIMEOUT
          the length (in ms) to wait before a socket times out.
static int UNRESOLVED
           
static int ZIP_CLEAN_REQUEST
           
static int ZIP_SEND_REQUEST
           
 
Constructor Summary
ProtocolConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PENDING

public static final int PENDING
See Also:
Constant Field Values

RUNNING

public static final int RUNNING
See Also:
Constant Field Values

NOTRUN

public static final int NOTRUN
See Also:
Constant Field Values

PASSED

public static final int PASSED
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values

UNRESOLVED

public static final int UNRESOLVED
See Also:
Constant Field Values

ZIP_SEND_REQUEST

public static final int ZIP_SEND_REQUEST
See Also:
Constant Field Values

ZIP_CLEAN_REQUEST

public static final int ZIP_CLEAN_REQUEST
See Also:
Constant Field Values

CMDSTART_REQUEST

public static final int CMDSTART_REQUEST
See Also:
Constant Field Values

CLASSSTART_REQUEST

public static final int CLASSSTART_REQUEST
See Also:
Constant Field Values

CMDSTATUS_REQUEST

public static final int CMDSTATUS_REQUEST
See Also:
Constant Field Values

CMDCLEAN_REQUEST

public static final int CMDCLEAN_REQUEST
See Also:
Constant Field Values

CMDGETTRACE_REQUEST

public static final int CMDGETTRACE_REQUEST
See Also:
Constant Field Values

CMDSTOP_REQUEST

public static final int CMDSTOP_REQUEST
See Also:
Constant Field Values

GETINFO_OS

public static final int GETINFO_OS
See Also:
Constant Field Values

GETINFO_ARCH

public static final int GETINFO_ARCH
See Also:
Constant Field Values

GETFILE

public static final int GETFILE
See Also:
Constant Field Values

SENDFILE

public static final int SENDFILE
See Also:
Constant Field Values

DELFILE

public static final int DELFILE
See Also:
Constant Field Values

KILLALL

public static final int KILLALL
See Also:
Constant Field Values

CHECKFILE

public static final int CHECKFILE
See Also:
Constant Field Values

MKDIR

public static final int MKDIR
See Also:
Constant Field Values

GETCONSOLE

public static final int GETCONSOLE
See Also:
Constant Field Values

CHECKAGENT

public static final int CHECKAGENT
See Also:
Constant Field Values

KILLAGENT

public static final int KILLAGENT
See Also:
Constant Field Values

GETTRACEPATHS_REQUEST

public static final int GETTRACEPATHS_REQUEST
See Also:
Constant Field Values

DAEMONSTART_REQUEST

public static final int DAEMONSTART_REQUEST
See Also:
Constant Field Values

DAEMONCLEAN_REQUEST

public static final int DAEMONCLEAN_REQUEST
See Also:
Constant Field Values

RESPONSE_PROCESSING

public static final int RESPONSE_PROCESSING
This indicates the agent is busy processing a request.

See Also:
Constant Field Values

RESPONSE_FINISHED_OK

public static final int RESPONSE_FINISHED_OK
This indicates an action request has been completed.

See Also:
Constant Field Values

RESPONSE_FINISHED_ERROR

public static final int RESPONSE_FINISHED_ERROR
This indicates an action request has been completed, but an error occured.

See Also:
Constant Field Values

SOCKET_TIMEOUT

public static final int SOCKET_TIMEOUT
the length (in ms) to wait before a socket times out. Zero indicates no timeout is set.

See Also:
Constant Field Values
Constructor Detail

ProtocolConstants

public ProtocolConstants()


See QAT project for licensing details