Uses of Class
com.ibm.tws.objects.model.JobStreamKey

Packages that use JobStreamKey
com.ibm.tws.conn.exception   
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

Uses of JobStreamKey in com.ibm.tws.conn.exception
 

Methods in com.ibm.tws.conn.exception that return JobStreamKey
 JobStreamKey ConnJobStreamDepException.getJobStreamKey()
          Get the job stream key
 

Constructors in com.ibm.tws.conn.exception with parameters of type JobStreamKey
ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, JobStreamKey jobStrKey)
          Constructor
ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, JobStreamKey jobStrKey, FlowTargetKey jobStrWksKey)
          Constructor
ConnJobStreamExtDepException(FlowTargetKey extdepWCKey, JobStreamKey extDepJobStreamKey, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKey, boolean isJobStreamOnWorkstation)
          Constructor
ConnJobStreamExtDepException(ConnJobStreamExtDepException e, JobStreamKey jobStrKey)
          Constructor this constructor is invoked when the exception occurs analizing the external dependencies of a job in a job stream
ConnJobStreamFileDepException(ConnJobStreamFileDepException e, JobStreamKey jobStrKey)
          Constructor
ConnJobStreamInternetworkDepException(ConnJobStreamInternetworkDepException e, JobStreamKey jobStreamKey)
          Constructor
ConnJobStreamResourceDepException(ConnJobStreamResourceDepException e, JobStreamKey jobStrKey)
          Constructor
 

Uses of JobStreamKey in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return JobStreamKey
 JobStreamKey ExternalDependency.getAbstractJobStreamKey()
          Returns the key of the referenced abstract job stream.
 JobStreamKey Job.getJobStreamKey()
          Returns the key of the job stream that includes this job.
 JobStreamKey JobHeader.getJobStreamKey()
          Returns the key of the job stream that includes this job.
 JobStreamKey JobKey.getJobStreamKey()
          Returns the key of the job stream that includes this job.
static JobStreamKey JobStreamKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new JobStreamKey.
static JobStreamKey JobStreamKey.parseKey(java.lang.String key, java.text.DateFormat dateFormat)
          Parses data from the specified string and creates a new JobStreamKey.
 

Methods in com.ibm.tws.objects.model with parameters of type JobStreamKey
 void ExternalDependency.setAbstractJobStreamKey(JobStreamKey key)
          Sets the key of the referenced abstract job stream.
 void Job.setJobStreamKey(JobStreamKey jstKey)
          Sets the key of the job stream that includes this job.
 void JobHeader.setJobStreamKey(JobStreamKey jstKey)
          Sets the key of the job stream that includes this job.
 void JobKey.setJobStreamKey(JobStreamKey jstKey)
          Sets the key of the job stream that includes this job.
 

Constructors in com.ibm.tws.objects.model with parameters of type JobStreamKey
ExternalDependency(Identifier id, JobStreamKey key)
          Creates an ExternalDependency, specifying the identifier and key of the referenced abstract job stream.
JobKey(java.lang.String jobName, JobStreamKey jstKey)
          Creates a JobKey with the specified name and job stream key.
JobStreamHeader(JobStreamKey jobStreamKey)
          Creates a JobStreamHeader with the specified key.
JobStreamHeader(Identifier jobStreamId, JobStreamKey jobStreamKey)
          Creates a JobStreamHeader with the specified identifier and key.
 

Uses of JobStreamKey in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type JobStreamKey
 void JobStreamValidator.validateKey(JobStreamKey jobStreamKey)
          Validates a JobStreamKey object.
 



Copyright © 2005 IBM All Rights Reserved.