|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.OrdinalType
com.ibm.tws.objects.plan.types.JobInternalStatusType
This class implements the JobStatus ordinal type.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static JobInternalStatusType |
JOB_STATUS_ABEND
Schedule/Job status is ABENDed |
static JobInternalStatusType |
JOB_STATUS_ABEND_P
Job waiting for CONFIRM |
static JobInternalStatusType |
JOB_STATUS_ADDING
Schedule/Job is being ADDING |
static JobInternalStatusType |
JOB_STATUS_CANCEL
Schedule/Job status is CANCELed |
static JobInternalStatusType |
JOB_STATUS_CANT_STREAM
BATCHMAN couldn_t stream job |
static JobInternalStatusType |
JOB_STATUS_CNPEND
Schedule/Job is CANCEL PENDING |
static JobInternalStatusType |
JOB_STATUS_END_P
Job waiting for CONFIRM |
static JobInternalStatusType |
JOB_STATUS_ERROR_STAT
External JOB. |
static JobInternalStatusType |
JOB_STATUS_EXEC
Schedule/Job status is EXECuting |
static JobInternalStatusType |
JOB_STATUS_EXEC_BM
Job status is EXEC and launched by batchman |
static JobInternalStatusType |
JOB_STATUS_EXTRN
Unknown state / external |
static JobInternalStatusType |
JOB_STATUS_FENCE
Job status is FENCE |
static JobInternalStatusType |
JOB_STATUS_HOLD
Schedule/Job status is HOLDing |
static JobInternalStatusType |
JOB_STATUS_JSS_STAT
Used to indicate that external status filter was passed, For Internal Use Only |
static JobInternalStatusType |
JOB_STATUS_MPE_INTRO
Job in INTRO state |
static JobInternalStatusType |
JOB_STATUS_MPE_INTRO_BM
Job in INTRO state and launched by batchman |
static JobInternalStatusType |
JOB_STATUS_MPE_SCHED
Job in SCHED state |
static JobInternalStatusType |
JOB_STATUS_MPE_SUSP
Job in SUSP state |
static JobInternalStatusType |
JOB_STATUS_MPE_WAIT
Job in WAIT state |
static JobInternalStatusType |
JOB_STATUS_MPE_WAITD
Job in WAIT; DEFERRED state |
static JobInternalStatusType |
JOB_STATUS_READY
Schedule/Job status is READY |
static JobInternalStatusType |
JOB_STATUS_RESTART_JOB
Job status is RESTART JOB |
static JobInternalStatusType |
JOB_STATUS_SUCC
Schedule/Job status is SUCCessful |
static JobInternalStatusType |
JOB_STATUS_SUCC_P
Job waiting for CONFIRM |
static JobInternalStatusType |
JOB_STATUS_SUSP
Schedule is STUCK |
static JobInternalStatusType |
JOB_STATUS_UNKNOWN
Job status is DONE |
static JobInternalStatusType |
JOB_STATUS_USER_HELD
Sched/Job priority has been changed to 0 by the user |
static JobInternalStatusType |
JOB_STATUS_USER_STREAM
User streamed job is executing |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if this object equals to the specified one. |
static JobInternalStatusType |
getInstance(char charValue)
Returns a reference to the instance of JobStatus that is associated to the specified character. |
int |
hashCode()
Returns a hash code for this JobStatus object. |
java.lang.String |
toString()
Returns a string representation of this JobStatus object. |
Methods inherited from class com.ibm.tws.objects.types.OrdinalType |
---|
getCharValue, getInstance, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static JobInternalStatusType JOB_STATUS_READY
public static JobInternalStatusType JOB_STATUS_HOLD
public static JobInternalStatusType JOB_STATUS_EXEC
public static JobInternalStatusType JOB_STATUS_EXEC_BM
public static JobInternalStatusType JOB_STATUS_SUSP
public static JobInternalStatusType JOB_STATUS_ABEND
public static JobInternalStatusType JOB_STATUS_SUCC
public static JobInternalStatusType JOB_STATUS_CANCEL
public static JobInternalStatusType JOB_STATUS_UNKNOWN
public static JobInternalStatusType JOB_STATUS_USER_STREAM
public static JobInternalStatusType JOB_STATUS_CNPEND
public static JobInternalStatusType JOB_STATUS_ADDING
public static JobInternalStatusType JOB_STATUS_RESTART_JOB
public static JobInternalStatusType JOB_STATUS_CANT_STREAM
public static JobInternalStatusType JOB_STATUS_MPE_SUSP
public static JobInternalStatusType JOB_STATUS_MPE_WAIT
public static JobInternalStatusType JOB_STATUS_MPE_INTRO
public static JobInternalStatusType JOB_STATUS_MPE_INTRO_BM
public static JobInternalStatusType JOB_STATUS_MPE_WAITD
public static JobInternalStatusType JOB_STATUS_MPE_SCHED
public static JobInternalStatusType JOB_STATUS_ABEND_P
public static JobInternalStatusType JOB_STATUS_SUCC_P
public static JobInternalStatusType JOB_STATUS_END_P
public static JobInternalStatusType JOB_STATUS_EXTRN
public static JobInternalStatusType JOB_STATUS_ERROR_STAT
public static JobInternalStatusType JOB_STATUS_USER_HELD
public static JobInternalStatusType JOB_STATUS_JSS_STAT
public static JobInternalStatusType JOB_STATUS_FENCE
Method Detail |
public static JobInternalStatusType getInstance(char charValue)
charValue
- The character used by DAO implementors to store this object as a char.
public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |