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

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

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

Fields in com.ibm.tws.objects.plan.types declared as JobStatusType
static JobStatusType JobStatusType.JOB_STATUS_CANCELLED
          Status of the Job Canceled
static JobStatusType JobStatusType.JOB_STATUS_HELD
          Status of the Job Held
static JobStatusType JobStatusType.JOB_STATUS_WAITING
          Status of the Job Waiting
static JobStatusType JobStatusType.JOB_STATUS_BLOCKED
          Status of the Job Blocked
static JobStatusType JobStatusType.JOB_STATUS_READY
          Status of the Job Ready
static JobStatusType JobStatusType.JOB_STATUS_STARTED
          Status of the Job Started
static JobStatusType JobStatusType.JOB_STATUS_COMPLETED
          Status of the Job Completed
static JobStatusType JobStatusType.JOB_STATUS_ERROR
          Status of the Job Error
static JobStatusType JobStatusType.JOB_STATUS_UNDECIDED
          Status of the Job Undecided
 

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



Copyright © 2005 IBM All Rights Reserved.