com.ibm.websphere.batch
Class JobStepID
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobStepID
public JobStepID(java.lang.String ijobid,
java.lang.String istepid)
getJobstepid
public java.lang.String getJobstepid()