|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.batch.BatchConstants
public final class BatchConstants
The following constants are used as return codes for the processJobStep method of a Batch Step EJB. They indicate to the grid endpoint what action to take when a call to processJobStep returns.
Field Summary | |
---|---|
static java.lang.String |
JOB_ID
|
static int |
STEP_COMPLETE
The STEP_COMPLETE return code indicates that the step has finished processing and signals the grid endpoint to stop invoking the Batch Step EJB. |
static int |
STEP_COMPLETE_EXECUTION_FAILED
The STEP_COMPLETE_EXECUTION_FAILED return code indicates that the step has finished processing and signals the grid endpoint to stop invoking the Batch Step EJB and to terminate job processing with a job state of execution failed (9). |
static int |
STEP_COMPLETE_FORCE_CHECKPOINT
The STEP_COMPLETE_FORCE_CHECKPOINT return code indicates that the step has finished processing and signals the grid endpoint to ignore the checkpoint policy applied to the step and force a checkpoint, and to stop invoking the Batch Step EJB. |
static int |
STEP_COMPLETE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL
The STEP_COMPLETE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL return code signals the grid endpoint to ignore the checkpoint policy applied to the step and force a checkpoint before processing any pending cancel request for the job. |
static int |
STEP_CONTINUE
The STEP_CONTINUE return code indicates that the step has not finished processing and signals the grid endpoint to continue invoking the Batch Step EJB. |
static int |
STEP_CONTINUE_FORCE_CHECKPOINT
The STEP_CONTINUE_FORCE_CHECKPOINT return code indicates that the step has not finished processing and signals the grid endpoint to ignore the checkpoint policy applied to the step and force a checkpoint, and then continue invoking the Batch Step EJB with the checkpoint policy. |
static int |
STEP_CONTINUE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL
The STEP_CONTINUE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL return code signals the grid endpoint to ignore the checkpoint policy applied to the step and force a checkpoint before processing any pending cancel request for the job. |
static java.lang.String |
STEP_ID
|
Constructor Summary | |
---|---|
BatchConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STEP_COMPLETE
public static final int STEP_CONTINUE
public static final int STEP_CONTINUE_FORCE_CHECKPOINT
public static final int STEP_COMPLETE_FORCE_CHECKPOINT
public static final int STEP_CONTINUE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL
public static final int STEP_COMPLETE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL
public static final int STEP_COMPLETE_EXECUTION_FAILED
public static final java.lang.String JOB_ID
public static final java.lang.String STEP_ID
Constructor Detail |
---|
public BatchConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |