com.ibm.websphere.batch
Class JobStepID

java.lang.Object
  extended by com.ibm.websphere.batch.JobStepID
All Implemented Interfaces:
java.io.Serializable

public class JobStepID
extends java.lang.Object
implements java.io.Serializable

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() );

See Also:
Serialized Form

Constructor Summary
JobStepID(java.lang.String ijobid, java.lang.String istepid)
           
 
Method Summary
 java.lang.String getJobstepid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobStepID

public JobStepID(java.lang.String ijobid,
                 java.lang.String istepid)
Method Detail

getJobstepid

public java.lang.String getJobstepid()