com.ibm.websphere.batch
Interface BatchJobStepLocalHomeInterface
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface BatchJobStepLocalHomeInterface
- extends javax.ejb.EJBLocalHome
BatchJobStepLocalHomeInterface is the home interface of a Batch Job Step entity EJB (Batch Step Bean).
The Batch Execution Environment creates and finds batch step EJBs via this interface.
Note that the primary key of a Batch Bean has to be the BatchJobStepKey class.
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
BatchJobStepLocalInterface create(java.lang.String jobID,
java.lang.String stepID)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
BatchJobStepLocalInterface findByPrimaryKey(BatchJobStepKey primaryKey)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException