Package com.ibm.websphere.batch


Interface Summary

Interface Description
BatchDataStream The BatchDataStream (BDS) interface provides an abstraction over the data that is processed by a Batch Step.
BatchJobStepInterface The BatchJobStepInterface describes the business methods that a Batch Job Step entity bean (Batch Step Bean) implements.
BatchJobStepLocalHomeInterface BatchJobStepLocalHomeInterface is the home interface of a Batch Job Step entity EJB (Batch Step Bean).
BatchJobStepLocalInterface The BatchJobStepLocalInterface is the business interface of a Batch Job Step Entity bean (Batch Step Bean) This interface extends the BatchJobStepInterface for batch execution environment callbacks and also extends javax.ejb.EJBLocalObject to indicate that the implementing EJB will be a local EJB.
RecordMetrics RecordMetrics defines the interface for the batch data stream record metrics Metric name can be one of the following: skip - number of records skipped for this batch data stream rps - number of records per second for this batch data stream
RetryListener RetryListener defines the callback interface for job step failure-retry processing.
SkipListener SkipListener defines the callback interface for BatchDataStream skip-record processing.
StepMetrics StepMetrics defines the interface for the step metrics Metric name can be one of the following: retry - number of times the step was retried clock - total clock time used by the step

Class Summary

Class Description
BatchConstants The following constants are used as return codes for the processJobStep method of a Batch Step EJB.
BatchDataStreamMgr This api enables a Batch Step EJB to retrieve a handle to a Batch Data Stream at runtime.
BatchJobStepKey This is the Key class for a Batch Step EJB.
JobStepID This class represents a Batch Job Step ID.

Enum Summary

Enum Description
RecordMetrics.MetricName
StepMetrics.MetricName

Exception Summary

Exception Description
BatchContainerDataStreamException
BatchContainerPersistentContextException
Version:
1.2.0