com.ibm.websphere.longrun

Class JobSchedulerConstants

  1. java.lang.Object
  2. extended bycom.ibm.websphere.longrun.JobSchedulerConstants

  1. public class JobSchedulerConstants
  2. extends java.lang.Object
Represents the Job Scheduler Constants

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
AMBIGUOUS_EDITION
Ambiguous editions are found in the Grid Execution Environment.
  1. static
  2. int
DATABASE_EXCEPTION
Database exception during a job operation
  1. static
  2. int
GRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOS
Grid utility job is not supported on z/OS.
  1. static
  2. int
GRID_UTILITY_JOB_UNSUPPORTED_OPERATION
Operation not supported for a grid utility job
  1. static
  2. int
HMM_OPERATING_ON_DCI
Health Management condition encountered
  1. static
  2. int
JOB_APP_EDITION_NOT_ACTIVE
The specified edition is not installed or active in the Grid Execution Environment.
  1. static
  2. int
JOB_INCORRECT_SYNTAX
Job has incorrect syntax
  1. static
  2. int
JOB_NOT_EXISTS
Job does not exist in the JOBSTATUS table
  1. static
  2. int
JOB_ON_INVALID_STATE
Job is in an invalid state for the job operation
  1. static
  2. int
RECURRINGREQUEST_NOT_EXISTS
Recurring request does not exist in the RECURRINGREQUEST table
  1. static
  2. int
RECURRINGREQUEST_NOT_PERM_CANCELLED
Recurring request could not be permanently canceled
  1. static
  2. int
REQUIRED_CAPABILITY_NOT_FOUND
Required capability was not found in the Grid Execution Environment.
  1. static
  2. int
SCHDEULER_EXCEPTION
Internal exception during a job operation
  1. static
  2. int
SCHDEULER_IS_NOT_ACTIVE
The owning scheduler is not active
  1. static
  2. int
SCHEDULE_OPER_TO_LREE_FAILED
Failed invocation of an operation on the Grid Endpoint.
  1. static
  2. int
SCHEDULE_OPER_TO_LREE_SUCCESS
Successful invocation of an operation on the Grid Endpoint

Constructor Summary

Constructor and Description
JobSchedulerConstants()

Method Summary

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

Field Detail

SCHEDULE_OPER_TO_LREE_SUCCESS

  1. public static final int SCHEDULE_OPER_TO_LREE_SUCCESS
Successful invocation of an operation on the Grid Endpoint
See Also:

SCHEDULE_OPER_TO_LREE_FAILED

  1. public static final int SCHEDULE_OPER_TO_LREE_FAILED
Failed invocation of an operation on the Grid Endpoint.
See Also:

HMM_OPERATING_ON_DCI

  1. public static final int HMM_OPERATING_ON_DCI
Health Management condition encountered
See Also:

JOB_NOT_EXISTS

  1. public static final int JOB_NOT_EXISTS
Job does not exist in the JOBSTATUS table
See Also:

JOB_ON_INVALID_STATE

  1. public static final int JOB_ON_INVALID_STATE
Job is in an invalid state for the job operation
See Also:

SCHDEULER_EXCEPTION

  1. public static final int SCHDEULER_EXCEPTION
Internal exception during a job operation
See Also:

RECURRINGREQUEST_NOT_EXISTS

  1. public static final int RECURRINGREQUEST_NOT_EXISTS
Recurring request does not exist in the RECURRINGREQUEST table
See Also:

RECURRINGREQUEST_NOT_PERM_CANCELLED

  1. public static final int RECURRINGREQUEST_NOT_PERM_CANCELLED
Recurring request could not be permanently canceled
See Also:

SCHDEULER_IS_NOT_ACTIVE

  1. public static final int SCHDEULER_IS_NOT_ACTIVE
The owning scheduler is not active
See Also:

JOB_INCORRECT_SYNTAX

  1. public static final int JOB_INCORRECT_SYNTAX
Job has incorrect syntax
See Also:

JOB_APP_EDITION_NOT_ACTIVE

  1. public static final int JOB_APP_EDITION_NOT_ACTIVE
The specified edition is not installed or active in the Grid Execution Environment.
See Also:

GRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOS

  1. public static final int GRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOS
Grid utility job is not supported on z/OS.
See Also:

REQUIRED_CAPABILITY_NOT_FOUND

  1. public static final int REQUIRED_CAPABILITY_NOT_FOUND
Required capability was not found in the Grid Execution Environment.
See Also:

AMBIGUOUS_EDITION

  1. public static final int AMBIGUOUS_EDITION
Ambiguous editions are found in the Grid Execution Environment.
See Also:

DATABASE_EXCEPTION

  1. public static final int DATABASE_EXCEPTION
Database exception during a job operation
See Also:

GRID_UTILITY_JOB_UNSUPPORTED_OPERATION

  1. public static final int GRID_UTILITY_JOB_UNSUPPORTED_OPERATION
Operation not supported for a grid utility job
See Also:

Constructor Detail

JobSchedulerConstants

  1. public JobSchedulerConstants()