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