Uses of Class
com.ibm.tws.objects.types.JobRunStatus

Packages that use JobRunStatus
com.ibm.tws.objects.model   
com.ibm.tws.objects.types   
 

Uses of JobRunStatus in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return JobRunStatus
 JobRunStatus JobHistoryRun.getStatus()
          Returns the job run status.
 

Methods in com.ibm.tws.objects.model with parameters of type JobRunStatus
 void JobHistoryRun.setStatus(JobRunStatus value)
          Sets the job run status.
 

Uses of JobRunStatus in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as JobRunStatus
static JobRunStatus JobRunStatus.ABEND
          The ABEND value.
static JobRunStatus JobRunStatus.SUCCESSFUL
          The SUCCESSFUL value.
static JobRunStatus JobRunStatus.UNKNOWN
          The UNKNOWN value.
static JobRunStatus JobRunStatus.CANCELED
          The CANCELED value.
 

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



Copyright © 2005 IBM All Rights Reserved.