IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.batch
Class BatchConstants

java.lang.Object
  extended by com.ibm.batch.api.BatchConstants
      extended by com.ibm.websphere.batch.BatchConstants

public final class BatchConstants
extends com.ibm.batch.api.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
 
Fields inherited from class com.ibm.batch.api.BatchConstants
DEFAULT_APPLICATION_NAME, IS_JOB_RESTART, JAVA_LOGGER_NAME, JOB_ID, STEP_COMPLETE, STEP_COMPLETE_EXECUTION_FAILED, STEP_COMPLETE_FORCE_CHECKPOINT, STEP_COMPLETE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL, STEP_CONTINUE, STEP_CONTINUE_FORCE_CHECKPOINT, STEP_CONTINUE_FORCE_CHECKPOINT_BEFORE_PROCESSING_CANCEL, 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
 

Constructor Detail

BatchConstants

public BatchConstants()

IBM WebSphere Application ServerTM
Release 7