| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+--com.ibm.websphere.batch.BatchConstants
Field Summary | |
---|---|
public int | STEP_COMPLETE
The STEP_COMPLETE return code indicates that the step has finished processing and signals the
Long Running Execution Environment (LREE) to stop invoking the Batch Step EJB.
|
public int | STEP_CONTINUE
The STEP_CONTINUE return code indicates that the step has not finished processing and signals
the LREE to continue invoking the Batch Step EJB.
|
public int | STEP_CONTINUE_FORCE_CHECKPOINT
The STEP_CONTINUE_FORCE_CHECKPOINT return code indicates that the step has not finished processing and signals
the Long Running Execution Environment (LREE) 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.
|
public int | STEP_COMPLETE_FORCE_CHECKPOINT
The STEP_COMPLETE_FORCE_CHECKPOINT return code indicates that the step has finished processing and
signals the Long Running Execution Environment (LREE) to ignore the checkpoint policy applied to the step and
force a checkpoint, and to stop invoking the Batch Step EJB.
|
Constructor Summary | |
---|---|
BatchConstants()
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static STEP_COMPLETE
public static STEP_CONTINUE
public static STEP_CONTINUE_FORCE_CHECKPOINT
public static STEP_COMPLETE_FORCE_CHECKPOINT
Constructor Detail |
public BatchConstants( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |