IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.batch
BatchDataStreamMgr

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


This api enables a Batch Step EJB to retrieve a handle to a Batch Data Stream at runtime.


Method Summary
public  BatchDataStreamgetBatchDataStream(java.lang.String, java.lang.String)
           Returns a BatchDataStream object for the Batch Data Stream identified by its logical name and the id of the step with which it is associated.
public  Objectclone()
          

Inherited Methods

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

Method Detail

getBatchDataStream

public BatchDataStream getBatchDataStream(String logicalname,String stepid)
Returns a BatchDataStream object for the Batch Data Stream identified by its logical name and the id of the step with which it is associated. This is called by a Batch Step EJB to get a handle to the batch data stream implementation and read/write data to it.
Parameters:


Returns:
     The BatchDataStream implementation for the bds identified by the the logical name and step id


clone

public Object clone()


IBM WebSphere Extended Deployment (XD)TM
Release 6.0