|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ISchedulingInfo.ScheduleOutcome
This interface contains constants which indicate the result of a job after it has finished processing.
| Field Summary | |
|---|---|
static int |
FAIL_COMPONENT_FAILED
Object Packaged failed due to a component failure. |
static int |
FAIL_CONSTRAINTS
This constant specifies the job failed due to an error with a constraint. |
static int |
FAIL_ENDTIME
This constant specifies the job's specified end time was exceeded. |
static int |
FAIL_JOBSERVER
This constant specifies an error occurred while processing a job on a job server. |
static int |
FAIL_JOBSERVER_CHILD
This constant specifies the Job Server's child process is unresponsive. |
static int |
FAIL_JOBSERVER_PLUGIN
This constant specifies an error occurred in the Job Server Plugin. |
static int |
FAIL_OBJECT_PACKAGE_FAILED
Component failed due to an Object Package failure. |
static int |
FAIL_SCHEDULE
This constant specifies the scheduler caused the job to fail. |
static int |
FAIL_SECURITY
This constant specifies the user does not have enough rights to processes the job. |
static int |
PENDING
This constant specifies the job has not started because dependencies are not satisfied. |
static int |
SUCCESS
This constant specifies the job was scheduled successfully. |
| Field Detail |
|---|
static final int PENDING
This constant specifies the job has not started because dependencies are not satisfied. Dependencies include time constraints and events.
static final int SUCCESS
This constant specifies the job was scheduled successfully.
static final int FAIL_JOBSERVER_PLUGIN
This constant specifies an error occurred in the Job Server Plugin.
static final int FAIL_JOBSERVER
This constant specifies an error occurred while processing a job on a job server.
static final int FAIL_SECURITY
This constant specifies the user does not have enough rights to processes the job.
static final int FAIL_ENDTIME
This constant specifies the job's specified end time was exceeded.
static final int FAIL_SCHEDULE
This constant specifies the scheduler caused the job to fail.
static final int FAIL_JOBSERVER_CHILD
This constant specifies the Job Server's child process is unresponsive.
static final int FAIL_COMPONENT_FAILED
Object Packaged failed due to a component failure.
static final int FAIL_OBJECT_PACKAGE_FAILED
Component failed due to an Object Package failure.
static final int FAIL_CONSTRAINTS
This constant specifies the job failed due to an error with a constraint.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||