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

Packages that use JobStreamInPlanKey
com.ibm.tws.objects.plan   
 

Uses of JobStreamInPlanKey in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return JobStreamInPlanKey
 JobStreamInPlanKey ExternalDependencyInPlan.getAbstractJobStreamKey()
          Deprecated.  
 JobStreamInPlanKey ExternalDependencyInPlan.getJobStreamKey()
          Returns the key of the referenced job stream.
 JobStreamInPlanKey JobInPlan.getJobStreamKey()
          Returns the key of the job stream that includes this job.
 JobStreamInPlanKey JobInPlanKey.getJobStreamKey()
          Returns the key of the Job Stream to which this Job belongs
 JobStreamInPlanKey PromptInPlan.getJobStreamKey()
          Returns the key of the referenced Job Stream
 JobStreamInPlanKey ResourceHolderInPlan.getJobStreamKey()
          Returns the Job Stream Key
 

Methods in com.ibm.tws.objects.plan with parameters of type JobStreamInPlanKey
 void ExternalDependencyInPlan.setAbstractJobStreamKey(JobStreamInPlanKey key)
          Deprecated.  
 void ExternalDependencyInPlan.setJobStreamKey(JobStreamInPlanKey key)
          Sets the key of the referenced job stream.
 void JobInPlan.setJobStreamKey(JobStreamInPlanKey jstKey)
          Sets the key of the job stream that includes this job.
 void JobInPlanKey.setJobStreamKey(JobStreamInPlanKey key)
          Sets the key of the Job Stream to which this Job belongs
 void PromptInPlan.setJobStreamKey(JobStreamInPlanKey key)
          Sets the referenced Job Stream key For internal use only.
 void ResourceHolderInPlan.setJobStreamKey(JobStreamInPlanKey key)
          Sets the Job Stream Key For Internal use only.
 

Constructors in com.ibm.tws.objects.plan with parameters of type JobStreamInPlanKey
ExternalDependencyInPlan(Identifier id, JobStreamInPlanKey key)
          Creates an ExternalDependencyInPlan, specifying the identifier and key of the referenced abstract job stream.
JobInPlanKey(java.lang.String jobName, JobStreamInPlanKey jstKey)
          Creates a JobInPlanKey with the specified name and job stream key.
JobStreamInPlan(JobStreamInPlanKey key)
          Constructor.
ResourceHolderInPlan(Identifier id, JobStreamInPlanKey key)
          Constructor
 



Copyright © 2005 IBM All Rights Reserved.