|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqat.common.ProtocolConstants
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.
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 |
public static final int PENDING
public static final int RUNNING
public static final int NOTRUN
public static final int PASSED
public static final int FAILED
public static final int UNRESOLVED
public static final int ZIP_SEND_REQUEST
public static final int ZIP_CLEAN_REQUEST
public static final int CMDSTART_REQUEST
public static final int CLASSSTART_REQUEST
public static final int CMDSTATUS_REQUEST
public static final int CMDCLEAN_REQUEST
public static final int CMDGETTRACE_REQUEST
public static final int CMDSTOP_REQUEST
public static final int GETINFO_OS
public static final int GETINFO_ARCH
public static final int GETFILE
public static final int SENDFILE
public static final int DELFILE
public static final int KILLALL
public static final int CHECKFILE
public static final int MKDIR
public static final int GETCONSOLE
public static final int CHECKAGENT
public static final int KILLAGENT
public static final int GETTRACEPATHS_REQUEST
public static final int DAEMONSTART_REQUEST
public static final int DAEMONCLEAN_REQUEST
public static final int RESPONSE_PROCESSING
public static final int RESPONSE_FINISHED_OK
public static final int RESPONSE_FINISHED_ERROR
public static final int SOCKET_TIMEOUT
Constructor Detail |
public ProtocolConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |