com.ibm.websphere.batch
Interface BatchJobStepLocalHomeInterface
All Superinterfaces:
javax.ejb.EJBLocalHome
- public interface BatchJobStepLocalHomeInterface
- extends javax.ejb.EJBLocalHome
Method Summary
Modifier and Type | Method and Description |
---|---|
create(java.lang.String jobID,java.lang.String stepID)
|
|
findByPrimaryKey(BatchJobStepKey primaryKey)
|
Methods inherited from interface javax.ejb.EJBLocalHome |
---|
remove |
Method Detail
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