IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.batch
BatchConstants

java.lang.Object
  |
  +--com.ibm.websphere.batch.BatchConstants


The following constants are used as return codes for the processJobStep method of a Batch Step EJB. They indicate to the Long Runnging Execution Environment (LREE) what action to take when a call to processJobStep returns.

Field Summary
public  intSTEP_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  intSTEP_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  intSTEP_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  intSTEP_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()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

STEP_COMPLETE

public 
  static 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.

STEP_CONTINUE

public 
  static 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.

STEP_CONTINUE_FORCE_CHECKPOINT

public 
  static 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.

STEP_COMPLETE_FORCE_CHECKPOINT

public 
  static 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 Detail

BatchConstants

public BatchConstants( )


IBM WebSphere Extended Deployment (XD)TM
Release 6.0