|
||||||||||||
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.JobStatusType
This class implements the JobStatus ordinal type. This class is used only in z/OS environment. It adds to the FlowNodeStatusType enumeration, used in the distributed environment, the JOB_STATUS_CANCELLED value.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static JobStatusType |
JOB_STATUS_BLOCKED
Status of the Job Blocked |
static JobStatusType |
JOB_STATUS_CANCELLED
Status of the Job Canceled |
static JobStatusType |
JOB_STATUS_COMPLETED
Status of the Job Completed |
static JobStatusType |
JOB_STATUS_ERROR
Status of the Job Error |
static JobStatusType |
JOB_STATUS_HELD
Status of the Job Held |
static JobStatusType |
JOB_STATUS_READY
Status of the Job Ready |
static JobStatusType |
JOB_STATUS_STARTED
Status of the Job Started |
static JobStatusType |
JOB_STATUS_UNDECIDED
Status of the Job Undecided |
static JobStatusType |
JOB_STATUS_WAITING
Status of the Job Waiting |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if this object equals to the specified one. |
static JobStatusType |
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 JobStatusType JOB_STATUS_CANCELLED
public static JobStatusType JOB_STATUS_HELD
public static JobStatusType JOB_STATUS_WAITING
public static JobStatusType JOB_STATUS_BLOCKED
public static JobStatusType JOB_STATUS_READY
public static JobStatusType JOB_STATUS_STARTED
public static JobStatusType JOB_STATUS_COMPLETED
public static JobStatusType JOB_STATUS_ERROR
public static JobStatusType JOB_STATUS_UNDECIDED
Method Detail |
public static JobStatusType 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 |