IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.longrun
JobStatusConstants

java.lang.Object
  |
  +--com.ibm.websphere.longrun.JobStatusConstants


Represents the job status codes stored in the long running scheduler database. These are the status codes returned by the long running scheduler EJB and the lrcmd client.

Field Summary
public  intSUBMITTED
           Job has been submitted to the Long Running Scheduler but has not been started yet on a long running
public  intCANCEL_PENDING
           A cancel request was received by the Long Running Scheduler and the Long Running Execution Environment is in the process of cancelling the job.
public  intSUSPEND_PENDING
           This applies to batch jobs only. A suspend request was received by Long Running Scheduler and the.
public  intRESUME_PENDING
           This applies to batch jobs only. A resume request was received by Long Running Scheduler and the.
public  intEXECUTING
           Job is currently executing on a Long Running Execution Environment.
public  intSUSPENDED
          
public  intCANCELLED
           Applies to compute-intensive jobs only.
public  intENDED
           Job has ended successfully.
public  intRESTARTABLE
           Applies to batch jobs only. Job can be restarted. Note that when batch jobs are.
public  intEXECUTION_FAILED
           Applies to compute-intensive jobs only. When an error occurs while running a compute-intensive .
public  intPENDING_SUBMIT
          
public  StringstatusText
          

Constructor Summary
JobStatusConstants()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

SUBMITTED

public 
  static SUBMITTED
Job has been submitted to the Long Running Scheduler but has not been started yet on a long running execution environment

CANCEL_PENDING

public 
  static CANCEL_PENDING
A cancel request was received by the Long Running Scheduler and the Long Running Execution Environment is in the process of cancelling the job.

SUSPEND_PENDING

public 
  static SUSPEND_PENDING
This applies to batch jobs only. A suspend request was received by Long Running Scheduler and the Long Running Execution Environment is in the process of suspending the job.

RESUME_PENDING

public 
  static RESUME_PENDING
This applies to batch jobs only. A resume request was received by Long Running Scheduler and the Long Running Execution Environment is in the process of resuming the job.

EXECUTING

public 
  static EXECUTING
Job is currently executing on a Long Running Execution Environment.

SUSPENDED

public 
  static SUSPENDED
Job is currently suspended on the Long Running Execution Environment

CANCELLED

public 
  static CANCELLED
Applies to compute-intensive jobs only. The job has been cancelled successfully.

ENDED

public 
  static ENDED
Job has ended successfully.

RESTARTABLE

public 
  static RESTARTABLE
Applies to batch jobs only. Job can be restarted. Note that when batch jobs are cancelled or when they fail, they always go into the RESTARTABLE state.

EXECUTION_FAILED

public 
  static EXECUTION_FAILED
Applies to compute-intensive jobs only. When an error occurs while running a compute-intensive job, it goes into EXECUTION_FAILED state.

PENDING_SUBMIT

public 
  static PENDING_SUBMIT
Applies to delayed submit jobs that are waiting for startTime to expire and get submitted

statusText

public 
  static statusText

Constructor Detail

JobStatusConstants

public JobStatusConstants( )


IBM WebSphere Extended Deployment (XD)TM
Release 6.0