|
||||||||||||
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.JobExtendedStatus
This class implements the JobExtendedStatus ordinal type.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static JobExtendedStatus |
STATUS_ADDEDTOJESQUEUE
Status added to JES queue for computer workstation operations in jobStarted |
static JobExtendedStatus |
STATUS_AUTOMATICALLYRESET
State automatically reset for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_CLOSEDOWNINPROGRESS
Status close down in progress for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_ERRORDURINGJOBSUBMISSIONORRELEASE
Status error during job submission or release for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_EXECUTING
Status executing for computer workstation operations in jobStarted |
static JobExtendedStatus |
STATUS_HELD
Status Held for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_LATETHENSUPPRESSED
Status late then suppressed for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_MANUALLYSET
Status Manually Set for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor jobStarted jobError |
static JobExtendedStatus |
STATUS_NONE
Status none for computer workstation operations in jobReady jobError |
static JobExtendedStatus |
STATUS_NOPED
Status Noped for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_SUBMITINPROGRESS
Status submit in progress for computer workstation operations in jobStarted |
static JobExtendedStatus |
STATUS_SUBMITTED
Status submitted for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_WAITINGFORCATMANACTIONCOMPLETITION
Status waiting for catman action completion for computer workstation operations in jobReady jobError |
static JobExtendedStatus |
STATUS_WAITINGFORDEFERREDCATMANACTION
Status waiting for deferred catman action for computer workstation operations in jobReady jobError |
static JobExtendedStatus |
STATUS_WAITINGFORRESOURCE
Status Waiting For Resource for all operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_WAITINGFORSCHEDULINGENVIRONMENT
Status waiting for scheduling environment |
static JobExtendedStatus |
STATUS_WAITINGFORWORKSTATIONDELAY
Status waiting for workstation delay |
static JobExtendedStatus |
STATUS_WAITINGPARTICULARTIME
Status waiting particular time for computer workstation operations in jobWaitingForInputToArrive jobReady jobReadyNonReportingPredecessor |
static JobExtendedStatus |
STATUS_WORKSTATIONCLOSED
Status workstation Closed for computer workstation operations in jobReady jobError |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if this object equals to the specified one. |
static JobExtendedStatus |
getInstance(char charValue)
Returns a reference to the instance of JobExtendedStatus that is associated to the specified character. |
int |
hashCode()
Returns a hash code for this JobExtendedStatus object. |
java.lang.String |
toString()
Returns a string representation of this JobExtendedStatus 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 JobExtendedStatus STATUS_WAITINGFORRESOURCE
public static JobExtendedStatus STATUS_HELD
public static JobExtendedStatus STATUS_NOPED
public static JobExtendedStatus STATUS_MANUALLYSET
public static JobExtendedStatus STATUS_WAITINGPARTICULARTIME
public static JobExtendedStatus STATUS_LATETHENSUPPRESSED
public static JobExtendedStatus STATUS_AUTOMATICALLYRESET
public static JobExtendedStatus STATUS_ERRORDURINGJOBSUBMISSIONORRELEASE
public static JobExtendedStatus STATUS_CLOSEDOWNINPROGRESS
public static JobExtendedStatus STATUS_SUBMITTED
public static JobExtendedStatus STATUS_ADDEDTOJESQUEUE
public static JobExtendedStatus STATUS_EXECUTING
public static JobExtendedStatus STATUS_SUBMITINPROGRESS
public static JobExtendedStatus STATUS_WAITINGFORDEFERREDCATMANACTION
public static JobExtendedStatus STATUS_WAITINGFORCATMANACTIONCOMPLETITION
public static JobExtendedStatus STATUS_NONE
public static JobExtendedStatus STATUS_WORKSTATIONCLOSED
public static JobExtendedStatus STATUS_WAITINGFORSCHEDULINGENVIRONMENT
public static JobExtendedStatus STATUS_WAITINGFORWORKSTATIONDELAY
Method Detail |
public static JobExtendedStatus 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 |