IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.batch
BatchJobStepLocalHomeInterface

All Implemented Interfaces
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
public  BatchJobStepLocalInterfacecreate(java.lang.String, java.lang.String)
          
public  BatchJobStepLocalInterfacefindByPrimaryKey(com.ibm.websphere.batch.BatchJobStepKey)
          

Inherited Methods

Methods inherited from javax.ejb.EJBLocalHome
remove

Method Detail

create

public BatchJobStepLocalInterface create(String jobID,String stepID)
Parameters:


findByPrimaryKey

public BatchJobStepLocalInterface findByPrimaryKey(BatchJobStepKey primaryKey)
Parameters:


IBM WebSphere Extended Deployment (XD)TM
Release 6.0