IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.longrun
JobSchedulerConstants

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


Represents the Job Scheduler Constants

Field Summary
public  intSCHEDULE_OPER_TO_LREE_SUCCESS
          
public  intSCHEDULE_OPER_TO_LREE_FAILED
          
public  intHMM_OPERATING_ON_DCI
          
public  intJOB_NOT_EXISTS
          
public  intJOB_ON_INVALID_STATE
          
public  intSCHDEULER_EXCEPTION
          

Constructor Summary
JobSchedulerConstants()
          

Inherited Methods

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

Field Detail

SCHEDULE_OPER_TO_LREE_SUCCESS

public 
  static SCHEDULE_OPER_TO_LREE_SUCCESS
Job Scheduler successfully call the End Point to operate a command

SCHEDULE_OPER_TO_LREE_FAILED

public 
  static SCHEDULE_OPER_TO_LREE_FAILED
Get exception while calling the End Point to operate a command

HMM_OPERATING_ON_DCI

public 
  static HMM_OPERATING_ON_DCI
Encounter HMM condition

JOB_NOT_EXISTS

public 
  static JOB_NOT_EXISTS
Job does not exist in the JOBSTATUS table anymore

JOB_ON_INVALID_STATE

public 
  static JOB_ON_INVALID_STATE
Job is in an invalid state during a job operation

SCHDEULER_EXCEPTION

public 
  static SCHDEULER_EXCEPTION
Get any internal exception during a job operation

Constructor Detail

JobSchedulerConstants

public JobSchedulerConstants( )


IBM WebSphere Extended Deployment (XD)TM
Release 6.0