public interface IJobStatus
JobManager
class.Modifier and Type | Field and Description |
---|---|
static String |
CANCELED
Job was canceled/aborted by user before finishing.
|
static String |
COMPLETED
Job has completed execution.
|
static String |
FAILED
Job exited abnormally before finishing.
|
static String |
JOB_OUTERR_READY
Stdout and/or stderr have been copied to a user-determined location.
|
static String |
QUEUED_ACTIVE
Job is queued and waiting to be scheduled.
|
static String |
RUNNING
Job has been scheduled and is running.
|
static String |
SUBMITTED
Job has been submitted but has not yet begun execution
|
static String |
SUSPENDED
Running job has been suspended.
|
static String |
SYSTEM_ON_HOLD
Job has been placed on hold by the system or the administrator.
|
static String |
SYSTEM_SUSPENDED
Running job has been suspended by the system or administrator.
|
static String |
UNDETERMINED
Job status cannot be determined
|
static String |
USER_ON_HOLD
Job has been placed on hold by a user.
|
static String |
USER_SUSPENDED
Running job has been suspended by a user.
|
static String |
USER_SYSTEM_ON_HOLD
Job has been placed on hold by both the system or administrator and a user.
|
static String |
USER_SYSTEM_SUSPENDED
Running job has been suspended by both the system or administrator and a user.
|
Modifier and Type | Method and Description |
---|---|
String |
getControlId()
Get the ID of the controller used to launch the job
|
String |
getErrorPath() |
String |
getJobId()
Get the job ID of the job this status is for
|
String |
getLaunchMode() |
String |
getOutputPath() |
String |
getOwner()
Get job owner if available
|
String |
getQueueName()
Get the queue name for the job if available
|
String |
getState()
Get job state.
|
String |
getStateDetail()
Get job state detail.
|
IStreamsProxy |
getStreamsProxy()
Get streams proxy for job.
|
boolean |
isInteractive() |
static final String UNDETERMINED
static final String SUBMITTED
static final String RUNNING
static final String SUSPENDED
static final String COMPLETED
static final String QUEUED_ACTIVE
static final String SYSTEM_ON_HOLD
static final String USER_ON_HOLD
static final String USER_SYSTEM_ON_HOLD
static final String SYSTEM_SUSPENDED
static final String USER_SUSPENDED
static final String USER_SYSTEM_SUSPENDED
static final String FAILED
static final String CANCELED
static final String JOB_OUTERR_READY
String getControlId()
String getErrorPath()
String getJobId()
String getLaunchMode()
String getOutputPath()
String getOwner()
String getQueueName()
String getState()
String getStateDetail()
getState()
or provides additional detail on
the state of the job.IStreamsProxy getStreamsProxy()
boolean isInteractive()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.