vgrid.web
Class WebConstants

java.lang.Object
  extended by vgrid.web.WebConstants

public class WebConstants
extends java.lang.Object

Constants for the web application.


Field Summary
static java.lang.String CMD_CLEAR
           
static java.lang.String CMD_ID_DELETE_LIBRARY
           
static java.lang.String CMD_ID_DELETE_TASK
           
static java.lang.String CMD_ID_GET_ERRORNOUS_TASKIDS
           
static java.lang.String CMD_ID_GET_FINISHED_TASKIDS
           
static java.lang.String CMD_ID_GET_LIBRARY_NAMES
           
static java.lang.String CMD_ID_GET_TASK
           
static java.lang.String CMD_ID_GET_TASK_IDS
           
static java.lang.String CMD_ID_GET_UNFINISHED_TASK
           
static java.lang.String CMD_ID_GET_VERSION
           
static java.lang.String CMD_ID_NEXT_ID
           
static java.lang.String CMD_ID_TO_STATE_STRING
           
static java.lang.String PARAM_ID_JOBID
           
static java.lang.String PARAM_NAME
           
static java.lang.String PARAM_STATE
           
static java.lang.String PARAM_TASKID
           
static char SEPERATOR
           
 
Constructor Summary
WebConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_STATE

public static final java.lang.String PARAM_STATE
See Also:
Constant Field Values

PARAM_NAME

public static final java.lang.String PARAM_NAME
See Also:
Constant Field Values

PARAM_TASKID

public static final java.lang.String PARAM_TASKID
See Also:
Constant Field Values

CMD_ID_GET_UNFINISHED_TASK

public static final java.lang.String CMD_ID_GET_UNFINISHED_TASK
See Also:
Constant Field Values

CMD_ID_GET_TASK

public static final java.lang.String CMD_ID_GET_TASK
See Also:
Constant Field Values

CMD_ID_TO_STATE_STRING

public static final java.lang.String CMD_ID_TO_STATE_STRING
See Also:
Constant Field Values

CMD_ID_GET_LIBRARY_NAMES

public static final java.lang.String CMD_ID_GET_LIBRARY_NAMES
See Also:
Constant Field Values

CMD_ID_GET_TASK_IDS

public static final java.lang.String CMD_ID_GET_TASK_IDS
See Also:
Constant Field Values

CMD_ID_DELETE_LIBRARY

public static final java.lang.String CMD_ID_DELETE_LIBRARY
See Also:
Constant Field Values

CMD_ID_DELETE_TASK

public static final java.lang.String CMD_ID_DELETE_TASK
See Also:
Constant Field Values

CMD_ID_GET_VERSION

public static final java.lang.String CMD_ID_GET_VERSION
See Also:
Constant Field Values

CMD_ID_NEXT_ID

public static final java.lang.String CMD_ID_NEXT_ID
See Also:
Constant Field Values

CMD_CLEAR

public static final java.lang.String CMD_CLEAR
See Also:
Constant Field Values

PARAM_ID_JOBID

public static final java.lang.String PARAM_ID_JOBID
See Also:
Constant Field Values

CMD_ID_GET_ERRORNOUS_TASKIDS

public static java.lang.String CMD_ID_GET_ERRORNOUS_TASKIDS

CMD_ID_GET_FINISHED_TASKIDS

public static java.lang.String CMD_ID_GET_FINISHED_TASKIDS

SEPERATOR

public static final char SEPERATOR
See Also:
Constant Field Values
Constructor Detail

WebConstants

public WebConstants()


vgrid the vienna grid project