Uses of Class
com.ibm.tws.objects.plan.JobStreamInPlan

Packages that use JobStreamInPlan
com.ibm.tws.conn.plan   
com.ibm.tws.zconn.plan   
 

Uses of JobStreamInPlan in com.ibm.tws.conn.plan
 

Methods in com.ibm.tws.conn.plan that return JobStreamInPlan
 JobStreamInPlan ConnPlan.makeJobStreamInPlan(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context)
          This method generates a JobStreamInPlan object starting from a JobStream taken from the database.
 

Methods in com.ibm.tws.conn.plan with parameters of type JobStreamInPlan
 java.util.List ConnPlan.addJobStreamInstance(JobStreamInPlan jobStream, Context context)
          Add the input job stream instance to the current Plan.
 Identifier ConnPlan.setJobStreamInstance(JobStreamInPlan jobStream, Context context)
          Change properties of the specified job stream.
 

Uses of JobStreamInPlan in com.ibm.tws.zconn.plan
 

Methods in com.ibm.tws.zconn.plan that return JobStreamInPlan
 JobStreamInPlan ZConnPlan.makeJobStreamInPlan(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context)
          This operation is not supported in z/OS environment.
 

Methods in com.ibm.tws.zconn.plan with parameters of type JobStreamInPlan
 java.util.List ZConnPlan.addJobStreamInstance(JobStreamInPlan jobStream, Context context)
          Add the input job stream instance to the current Plan.
 Identifier ZConnPlan.setJobStreamInstance(JobStreamInPlan jobStream, Context context)
          Change properties of the specified job stream.
 



Copyright © 2005 IBM All Rights Reserved.