com.ibm.tws.objects.plan.types
Class JobInternalStatusType

java.lang.Object
  extended bycom.ibm.tws.objects.types.OrdinalType
      extended bycom.ibm.tws.objects.plan.types.JobInternalStatusType
All Implemented Interfaces:
java.io.Serializable

public class JobInternalStatusType
extends OrdinalType

This class implements the JobStatus ordinal type.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


JOB_STATUS_READY

public static JobInternalStatusType JOB_STATUS_READY
Schedule/Job status is READY


JOB_STATUS_HOLD

public static JobInternalStatusType JOB_STATUS_HOLD
Schedule/Job status is HOLDing


JOB_STATUS_EXEC

public static JobInternalStatusType JOB_STATUS_EXEC
Schedule/Job status is EXECuting


JOB_STATUS_EXEC_BM

public static JobInternalStatusType JOB_STATUS_EXEC_BM
Job status is EXEC and launched by batchman


JOB_STATUS_SUSP

public static JobInternalStatusType JOB_STATUS_SUSP
Schedule is STUCK


JOB_STATUS_ABEND

public static JobInternalStatusType JOB_STATUS_ABEND
Schedule/Job status is ABENDed


JOB_STATUS_SUCC

public static JobInternalStatusType JOB_STATUS_SUCC
Schedule/Job status is SUCCessful


JOB_STATUS_CANCEL

public static JobInternalStatusType JOB_STATUS_CANCEL
Schedule/Job status is CANCELed


JOB_STATUS_UNKNOWN

public static JobInternalStatusType JOB_STATUS_UNKNOWN
Job status is DONE


JOB_STATUS_USER_STREAM

public static JobInternalStatusType JOB_STATUS_USER_STREAM
User streamed job is executing


JOB_STATUS_CNPEND

public static JobInternalStatusType JOB_STATUS_CNPEND
Schedule/Job is CANCEL PENDING


JOB_STATUS_ADDING

public static JobInternalStatusType JOB_STATUS_ADDING
Schedule/Job is being ADDING


JOB_STATUS_RESTART_JOB

public static JobInternalStatusType JOB_STATUS_RESTART_JOB
Job status is RESTART JOB


JOB_STATUS_CANT_STREAM

public static JobInternalStatusType JOB_STATUS_CANT_STREAM
BATCHMAN couldn_t stream job


JOB_STATUS_MPE_SUSP

public static JobInternalStatusType JOB_STATUS_MPE_SUSP
Job in SUSP state


JOB_STATUS_MPE_WAIT

public static JobInternalStatusType JOB_STATUS_MPE_WAIT
Job in WAIT state


JOB_STATUS_MPE_INTRO

public static JobInternalStatusType JOB_STATUS_MPE_INTRO
Job in INTRO state


JOB_STATUS_MPE_INTRO_BM

public static JobInternalStatusType JOB_STATUS_MPE_INTRO_BM
Job in INTRO state and launched by batchman


JOB_STATUS_MPE_WAITD

public static JobInternalStatusType JOB_STATUS_MPE_WAITD
Job in WAIT; DEFERRED state


JOB_STATUS_MPE_SCHED

public static JobInternalStatusType JOB_STATUS_MPE_SCHED
Job in SCHED state


JOB_STATUS_ABEND_P

public static JobInternalStatusType JOB_STATUS_ABEND_P
Job waiting for CONFIRM


JOB_STATUS_SUCC_P

public static JobInternalStatusType JOB_STATUS_SUCC_P
Job waiting for CONFIRM


JOB_STATUS_END_P

public static JobInternalStatusType JOB_STATUS_END_P
Job waiting for CONFIRM


JOB_STATUS_EXTRN

public static JobInternalStatusType JOB_STATUS_EXTRN
Unknown state / external


JOB_STATUS_ERROR_STAT

public static JobInternalStatusType JOB_STATUS_ERROR_STAT
External JOB. Error happened


JOB_STATUS_USER_HELD

public static JobInternalStatusType JOB_STATUS_USER_HELD
Sched/Job priority has been changed to 0 by the user


JOB_STATUS_JSS_STAT

public static JobInternalStatusType JOB_STATUS_JSS_STAT
Used to indicate that external status filter was passed, For Internal Use Only


JOB_STATUS_FENCE

public static JobInternalStatusType JOB_STATUS_FENCE
Job status is FENCE

Method Detail

getInstance

public static JobInternalStatusType getInstance(char charValue)
Returns a reference to the instance of JobStatus that is associated to the specified character.

Parameters:
charValue - The character used by DAO implementors to store this object as a char.
Returns:
A reference to the corresponding instance for the specified character.

equals

public boolean equals(java.lang.Object object)
Returns true if this object equals to the specified one.

Parameters:
object - The object to be compared with this one.
Returns:
True if this object equals to the given one.

hashCode

public int hashCode()
Returns a hash code for this JobStatus object.

Returns:
The object's hash code.

toString

public java.lang.String toString()
Returns a string representation of this JobStatus object.

Returns:
A text string including the character wrapped by this JobStatus object.


Copyright © 2005 IBM All Rights Reserved.