com.ibm.websphere.longrun
Class JobSchedulerConstants
- java.lang.Object
-
- com.ibm.websphere.longrun.JobSchedulerConstants
-
public class JobSchedulerConstants extends java.lang.ObjectRepresents the Job Scheduler Constants
-
-
Field Summary
Fields Modifier and Type Field and Description static intAMBIGUOUS_EDITIONAmbiguous editions are found in the Grid Execution Environment.static intDATABASE_EXCEPTIONDatabase exception during a job operationstatic intGRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOSGrid utility job is not supported on z/OS.static intGRID_UTILITY_JOB_UNSUPPORTED_OPERATIONOperation not supported for a grid utility jobstatic intHMM_OPERATING_ON_DCIHealth Management condition encounteredstatic intJOB_APP_EDITION_NOT_ACTIVEThe specified edition is not installed or active in the Grid Execution Environment.static intJOB_INCORRECT_SYNTAXJob has incorrect syntaxstatic intJOB_NOT_EXISTSJob does not exist in the JOBSTATUS tablestatic intJOB_ON_INVALID_STATEJob is in an invalid state for the job operationstatic intRECURRINGREQUEST_NOT_EXISTSRecurring request does not exist in the RECURRINGREQUEST tablestatic intRECURRINGREQUEST_NOT_PERM_CANCELLEDRecurring request could not be permanently canceledstatic intREQUIRED_CAPABILITY_NOT_FOUNDRequired capability was not found in the Grid Execution Environment.static intSCHDEULER_EXCEPTIONInternal exception during a job operationstatic intSCHDEULER_IS_NOT_ACTIVEThe owning scheduler is not activestatic intSCHEDULE_OPER_TO_LREE_FAILEDFailed invocation of an operation on the Grid Endpoint.static intSCHEDULE_OPER_TO_LREE_SUCCESSSuccessful invocation of an operation on the Grid Endpoint
-
Constructor Summary
Constructors Constructor and Description JobSchedulerConstants()
-
-
-
Field Detail
-
SCHEDULE_OPER_TO_LREE_SUCCESS
public static final int SCHEDULE_OPER_TO_LREE_SUCCESS
Successful invocation of an operation on the Grid Endpoint- See Also:
- Constant Field Values
-
SCHEDULE_OPER_TO_LREE_FAILED
public static final int SCHEDULE_OPER_TO_LREE_FAILED
Failed invocation of an operation on the Grid Endpoint.- See Also:
- Constant Field Values
-
HMM_OPERATING_ON_DCI
public static final int HMM_OPERATING_ON_DCI
Health Management condition encountered- See Also:
- Constant Field Values
-
JOB_NOT_EXISTS
public static final int JOB_NOT_EXISTS
Job does not exist in the JOBSTATUS table- See Also:
- Constant Field Values
-
JOB_ON_INVALID_STATE
public static final int JOB_ON_INVALID_STATE
Job is in an invalid state for the job operation- See Also:
- Constant Field Values
-
SCHDEULER_EXCEPTION
public static final int SCHDEULER_EXCEPTION
Internal exception during a job operation- See Also:
- Constant Field Values
-
RECURRINGREQUEST_NOT_EXISTS
public static final int RECURRINGREQUEST_NOT_EXISTS
Recurring request does not exist in the RECURRINGREQUEST table- See Also:
- Constant Field Values
-
RECURRINGREQUEST_NOT_PERM_CANCELLED
public static final int RECURRINGREQUEST_NOT_PERM_CANCELLED
Recurring request could not be permanently canceled- See Also:
- Constant Field Values
-
SCHDEULER_IS_NOT_ACTIVE
public static final int SCHDEULER_IS_NOT_ACTIVE
The owning scheduler is not active- See Also:
- Constant Field Values
-
JOB_INCORRECT_SYNTAX
public static final int JOB_INCORRECT_SYNTAX
Job has incorrect syntax- See Also:
- Constant Field Values
-
JOB_APP_EDITION_NOT_ACTIVE
public static final int JOB_APP_EDITION_NOT_ACTIVE
The specified edition is not installed or active in the Grid Execution Environment.- See Also:
- Constant Field Values
-
GRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOS
public static final int GRID_UTILITY_JOB_NOT_SUPPORTED_ON_ZOS
Grid utility job is not supported on z/OS.- See Also:
- Constant Field Values
-
REQUIRED_CAPABILITY_NOT_FOUND
public static final int REQUIRED_CAPABILITY_NOT_FOUND
Required capability was not found in the Grid Execution Environment.- See Also:
- Constant Field Values
-
AMBIGUOUS_EDITION
public static final int AMBIGUOUS_EDITION
Ambiguous editions are found in the Grid Execution Environment.- See Also:
- Constant Field Values
-
DATABASE_EXCEPTION
public static final int DATABASE_EXCEPTION
Database exception during a job operation- See Also:
- Constant Field Values
-
GRID_UTILITY_JOB_UNSUPPORTED_OPERATION
public static final int GRID_UTILITY_JOB_UNSUPPORTED_OPERATION
Operation not supported for a grid utility job- See Also:
- Constant Field Values
-
-