| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
com.ibm.websphere.longrun
JobStatusConstants
java.lang.Object
|
+--com.ibm.websphere.longrun.JobStatusConstants
Represents the job status codes stored in the long running scheduler database.
These are the status codes returned by the long running scheduler EJB and the
lrcmd client.
Field Summary |
public int | SUBMITTED
Job has been submitted to the Long Running Scheduler but has not been started yet on a long running
|
public int | CANCEL_PENDING
A cancel request was received by the Long Running Scheduler and the Long Running Execution Environment is in the process of
cancelling the job.
|
public int | SUSPEND_PENDING
This applies to batch jobs only. A suspend request was received by Long Running Scheduler and the.
|
public int | RESUME_PENDING
This applies to batch jobs only. A resume request was received by Long Running Scheduler and the.
|
public int | EXECUTING
Job is currently executing on a Long Running Execution Environment.
|
public int | SUSPENDED
|
public int | CANCELLED
Applies to compute-intensive jobs only.
|
public int | ENDED
Job has ended successfully.
|
public int | RESTARTABLE
Applies to batch jobs only. Job can be restarted. Note that when batch jobs are.
|
public int | EXECUTION_FAILED
Applies to compute-intensive jobs only. When an error occurs while running a compute-intensive .
|
public int | PENDING_SUBMIT
|
public String | statusText
|
Inherited Methods
Methods inherited from java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBMITTED
public
static SUBMITTED
Job has been submitted to the Long Running Scheduler but has not been started yet on a long running
execution environment
CANCEL_PENDING
public
static CANCEL_PENDING
A cancel request was received by the Long Running Scheduler and the Long Running Execution Environment is in the process of
cancelling the job.
SUSPEND_PENDING
public
static SUSPEND_PENDING
This applies to batch jobs only. A suspend request was received by Long Running Scheduler and the
Long Running Execution Environment is in the process of suspending the job.
RESUME_PENDING
public
static RESUME_PENDING
This applies to batch jobs only. A resume request was received by Long Running Scheduler and the
Long Running Execution Environment is in the process of resuming the job.
EXECUTING
public
static EXECUTING
Job is currently executing on a Long Running Execution Environment.
SUSPENDED
public
static SUSPENDED
Job is currently suspended on the Long Running Execution Environment
CANCELLED
public
static CANCELLED
Applies to compute-intensive jobs only. The job has been cancelled successfully.
ENDED
public
static ENDED
Job has ended successfully.
RESTARTABLE
public
static RESTARTABLE
Applies to batch jobs only. Job can be restarted. Note that when batch jobs are
cancelled or when they fail, they always go into the RESTARTABLE state.
EXECUTION_FAILED
public
static EXECUTION_FAILED
Applies to compute-intensive jobs only. When an error occurs while running a compute-intensive
job, it goes into EXECUTION_FAILED state.
PENDING_SUBMIT
public
static PENDING_SUBMIT
Applies to delayed submit jobs that are waiting for startTime to expire and get submitted
statusText
public
static statusText
JobStatusConstants
public JobStatusConstants(
| ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |