Interface Summary |
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. |