IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.batch
JobStepID

java.lang.Object
  |
  +--com.ibm.websphere.batch.JobStepID


This class represents a Batch Job Step ID. It is used by a Batch Step when retrieving a Batch Data Stream from the BatchDataStreamMgr. For example:

JobStepID id = new JobStepID( jobID, stepID) );
BatchDataStreamMgr.getBatchDataStream( bdsname, id.getJobstepid() );




Constructor Summary
JobStepID(java.lang.String, java.lang.String)
          


Method Summary
public  StringgetJobstepid()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

JobStepID

public JobStepID( String ijobid,String istepid)
Parameters:


Method Detail

getJobstepid

public String getJobstepid()


IBM WebSphere Extended Deployment (XD)TM
Release 6.0