|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.constants.JobStatus
public final class JobStatus
| Field Summary | |
|---|---|
static int |
ACTIVE
Job is active/executing on the remote node |
static int |
DONE
Job is completed successfully. |
static int |
FAILED
Job has failed. |
static int |
PENDING
Job is submitted, but waiting on the remote node. |
static int |
READY
Job is ready to be scheduled |
static int |
SCHEDULED
Job is scheduled, and waiting on the local broker node, to be submitted to the remote node |
static int |
STAGE_IN
Job is staging in files (before starting execution) |
static int |
STAGE_OUT
Job is staging out files (after completion before being reported as DONE / FAILED) |
static int |
STATUS_ANY
Used to indicate ANY/ALL status : Used only internally. |
static int |
SUBMITTED
Job is submitted on the remote node |
static int |
UNKNOWN
Job status is not known |
| Constructor Summary | |
|---|---|
JobStatus()
|
|
| Method Summary | |
|---|---|
static int |
intValue(java.lang.String jobStatus)
Returns an integer representation of the status corresponding to the given string. |
static java.lang.String |
stringValue(int jobStatus)
This method converts the input integer job status code to string format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ACTIVE
public static final int DONE
public static final int FAILED
public static final int SCHEDULED
public static final int PENDING
public static final int STAGE_IN
public static final int STAGE_OUT
public static final int STATUS_ANY
public static final int SUBMITTED
public static final int UNKNOWN
public static final int READY
| Constructor Detail |
|---|
public JobStatus()
| Method Detail |
|---|
public static java.lang.String stringValue(int jobStatus)
jobStatus -
public static int intValue(java.lang.String jobStatus)
jobStatus -
|
Copyright © The University of Melbourne. 2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||