com.ibm.websphere.batch

Class BatchConstants

  1. java.lang.Object
  2. extended bycom.ibm.batch.api.BatchConstants
  3. extended bycom.ibm.websphere.batch.BatchConstants

  1. public final class BatchConstants
  2. 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.

Nested Class Summary

Nested classes/interfaces inherited from class com.ibm.batch.api.BatchConstants
com.ibm.batch.api.BatchConstants.BatchTransactionPolicy

Field Summary

Fields inherited from class com.ibm.batch.api.BatchConstants
BATCH_TX_POLICY, DEFAULT_APPLICATION_NAME, IS_JOB_RESTART, IS_RESTARTABLE, JAVA_LOGGER_NAME, JOB_ID, JOB_STEP_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

Constructor and Description
BatchConstants()

Method Summary

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

Constructor Detail

BatchConstants

  1. public BatchConstants()