vgrid
Class VgridConstants

java.lang.Object
  extended by vgrid.VgridConstants

public class VgridConstants
extends java.lang.Object

Constants that might be used anywhere in the project.


Field Summary
static int CLIENT_MAX_EXECUTION_TIME
          The time after which a client stops execution even if a ask is not yet finished.
static int MIN_AGE_FOR_REQUESTED_TASKS
          The time a Requested task has to be in the requested queue before it might be send to a client again.
static int NULL_TASK_TIMEOUT
          The time after which a NullTask requests a new Task.
 
Constructor Summary
VgridConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_MAX_EXECUTION_TIME

public static final int CLIENT_MAX_EXECUTION_TIME
The time after which a client stops execution even if a ask is not yet finished.

See Also:
Constant Field Values

NULL_TASK_TIMEOUT

public static final int NULL_TASK_TIMEOUT
The time after which a NullTask requests a new Task.

See Also:
Constant Field Values

MIN_AGE_FOR_REQUESTED_TASKS

public static final int MIN_AGE_FOR_REQUESTED_TASKS
The time a Requested task has to be in the requested queue before it might be send to a client again.

See Also:
Constant Field Values
Constructor Detail

VgridConstants

public VgridConstants()


vgrid the vienna grid project