|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.longrun.JobStatusConstants
public class JobStatusConstants
Represents the job status codes stored in the job scheduler database. These are the status codes returned by the job scheduler EJB and the lrcmd client.
Field Summary | |
---|---|
static int |
CANCEL_PENDING
A cancel request was received by the job scheduler and the grid endpoint is in the process of canceling the job. |
static int |
CANCELLED
The job has been canceled successfully. |
static int |
ENDED
Job has ended successfully. |
static int |
EXECUTING
Job is currently executing on a grid endpoint. |
static int |
EXECUTION_FAILED
Error occurred while running a compute-intensive job or setting up a j2ee job. |
static java.lang.String[] |
jmxNotificationConstants
JMX notification constants |
static int |
PENDING_SUBMIT
A delayed job is waiting to be submitted based on the start time for the job |
static int |
RESTARTABLE
The job is restartable. |
static int |
RESUME_PENDING
A resume request was received by the job scheduler and the grid endpoint is in the process of resuming the job. |
static java.lang.String[] |
statusText
Descriptive text for the job status codes. |
static int |
STOP_PENDING
A stop request was received by the job scheduler and the grid endpoint is in the process of stopping the job. |
static int |
STOPPED
Job is stopped. |
static int |
SUBMITTED
Job has been submitted to the job scheduler but has not yet been started on a grid endpoint |
static int |
SUSPEND_PENDING
A suspend request was received by the job scheduler and the grid endpoint is in the process of suspending the job. |
static int |
SUSPENDED
Job is currently suspended on the grid endpoint |
Constructor Summary | |
---|---|
JobStatusConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SUBMITTED
public static final int CANCEL_PENDING
public static final int SUSPEND_PENDING
public static final int RESUME_PENDING
public static final int EXECUTING
public static final int SUSPENDED
public static final int CANCELLED
public static final int ENDED
public static final int RESTARTABLE
public static final int EXECUTION_FAILED
public static final int PENDING_SUBMIT
public static final int STOP_PENDING
public static final int STOPPED
public static final java.lang.String[] statusText
public static final java.lang.String[] jmxNotificationConstants
Constructor Detail |
---|
public JobStatusConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |