Java Globus API: Interface GRAMConstants

org.globus.gram.internal
Interface GRAMConstants

All Known Implementing Classes:
GramJob

public interface GRAMConstants


Field Summary
static int SIGNAL_CANCEL
           
static int SIGNAL_COMMIT_END
          Tells the jobmanager to do a job cleanup if twoPhase is enabled
static int SIGNAL_COMMIT_EXTEND
          If the jobmanager is currently waiting for a commit signal, tells it to wait an additional n seconds
static int SIGNAL_COMMIT_REQUEST
          Tells the jobmanager to do a job submission if twoPhase is enabled
static int SIGNAL_PRIORITY
           
static int SIGNAL_RESUME
           
static int SIGNAL_STDIO_SIZE
          Allows client to verify that streamed I/O has been completely received
static int SIGNAL_STDIO_UPDATE
          Allows client to submit an RSL that changes some I/O attributes of the job
static int SIGNAL_STOP_MANAGER
          Tells the jobmanager to exit, but leave the job running
static int SIGNAL_SUSPEND
           
static int STATUS_ACTIVE
           
static int STATUS_ALL
           
static int STATUS_DONE
           
static int STATUS_FAILED
           
static int STATUS_PENDING
           
static int STATUS_SUSPENDED
           
static int STATUS_UNSUBMITTED
           
 

Field Detail

STATUS_PENDING

public static final int STATUS_PENDING

STATUS_ACTIVE

public static final int STATUS_ACTIVE

STATUS_FAILED

public static final int STATUS_FAILED

STATUS_DONE

public static final int STATUS_DONE

STATUS_SUSPENDED

public static final int STATUS_SUSPENDED

STATUS_UNSUBMITTED

public static final int STATUS_UNSUBMITTED

STATUS_ALL

public static final int STATUS_ALL

SIGNAL_CANCEL

public static final int SIGNAL_CANCEL

SIGNAL_SUSPEND

public static final int SIGNAL_SUSPEND

SIGNAL_RESUME

public static final int SIGNAL_RESUME

SIGNAL_PRIORITY

public static final int SIGNAL_PRIORITY

SIGNAL_COMMIT_REQUEST

public static final int SIGNAL_COMMIT_REQUEST
Tells the jobmanager to do a job submission if twoPhase is enabled

SIGNAL_COMMIT_EXTEND

public static final int SIGNAL_COMMIT_EXTEND
If the jobmanager is currently waiting for a commit signal, tells it to wait an additional n seconds

SIGNAL_STDIO_UPDATE

public static final int SIGNAL_STDIO_UPDATE
Allows client to submit an RSL that changes some I/O attributes of the job

SIGNAL_STDIO_SIZE

public static final int SIGNAL_STDIO_SIZE
Allows client to verify that streamed I/O has been completely received

SIGNAL_STOP_MANAGER

public static final int SIGNAL_STOP_MANAGER
Tells the jobmanager to exit, but leave the job running

SIGNAL_COMMIT_END

public static final int SIGNAL_COMMIT_END
Tells the jobmanager to do a job cleanup if twoPhase is enabled