com.ibm.websphere.batch

Interface BatchJobStepLocalHomeInterface

All Superinterfaces:
javax.ejb.EJBLocalHome

  1. public interface BatchJobStepLocalHomeInterface
  2. 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.

Method Summary

Modifier and Type Method and Description
  1. BatchJobStepLocalInterface
create(java.lang.String jobID,java.lang.String stepID)
  1. BatchJobStepLocalInterface
findByPrimaryKey(BatchJobStepKey primaryKey)
Methods inherited from interface javax.ejb.EJBLocalHome
remove

Method Detail

create

  1. BatchJobStepLocalInterface create( java.lang.String jobID,
  2. java.lang.String stepID)
  3. throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByPrimaryKey

  1. BatchJobStepLocalInterface findByPrimaryKey( BatchJobStepKey primaryKey)
  2. throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException