com.ibm.websphere.batch
Interface BatchJobStepLocalInterface
All Superinterfaces:
com.ibm.batch.api.BatchJobStepInterface, javax.ejb.EJBLocalObject
- public interface BatchJobStepLocalInterface
- extends BatchJobStepInterface, javax.ejb.EJBLocalObject
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.
Method Summary
Methods inherited from interface com.ibm.websphere.batch.BatchJobStepInterface |
---|
createJobStep, destroyJobStep, getProperties, processJobStep, setProperties |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |