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

Packages that use JobInternalStatusType
com.ibm.tws.objects.plan.types   
 

Uses of JobInternalStatusType in com.ibm.tws.objects.plan.types
 

Fields in com.ibm.tws.objects.plan.types declared as JobInternalStatusType
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_READY
          Schedule/Job status is READY
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_HOLD
          Schedule/Job status is HOLDing
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_EXEC
          Schedule/Job status is EXECuting
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_EXEC_BM
          Job status is EXEC and launched by batchman
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_SUSP
          Schedule is STUCK
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_ABEND
          Schedule/Job status is ABENDed
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_SUCC
          Schedule/Job status is SUCCessful
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_CANCEL
          Schedule/Job status is CANCELed
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_UNKNOWN
          Job status is DONE
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_USER_STREAM
          User streamed job is executing
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_CNPEND
          Schedule/Job is CANCEL PENDING
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_ADDING
          Schedule/Job is being ADDING
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_RESTART_JOB
          Job status is RESTART JOB
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_CANT_STREAM
          BATCHMAN couldn_t stream job
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_MPE_SUSP
          Job in SUSP state
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_MPE_WAIT
          Job in WAIT state
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_MPE_INTRO
          Job in INTRO state
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_MPE_INTRO_BM
          Job in INTRO state and launched by batchman
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_MPE_WAITD
          Job in WAIT; DEFERRED state
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_MPE_SCHED
          Job in SCHED state
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_ABEND_P
          Job waiting for CONFIRM
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_SUCC_P
          Job waiting for CONFIRM
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_END_P
          Job waiting for CONFIRM
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_EXTRN
          Unknown state / external
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_ERROR_STAT
          External JOB.
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_USER_HELD
          Sched/Job priority has been changed to 0 by the user
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_JSS_STAT
          Used to indicate that external status filter was passed, For Internal Use Only
static JobInternalStatusType JobInternalStatusType.JOB_STATUS_FENCE
          Job status is FENCE
 

Methods in com.ibm.tws.objects.plan.types that return JobInternalStatusType
static JobInternalStatusType JobInternalStatusType.getInstance(char charValue)
          Returns a reference to the instance of JobStatus that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.