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

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

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

Methods in com.ibm.tws.conn.exception that return JobDefinitionKey
 JobDefinitionKey ConnRecJobNotExistException.getJobDefinitionKey()
          Get Job definition key
 JobDefinitionKey ConnRecJobNotExistException.getRecoverJobKey()
          Get the Recovery Job key
 

Constructors in com.ibm.tws.conn.exception with parameters of type JobDefinitionKey
ConnRecJobNotExistException(JobDefinitionKey key, JobDefinitionKey recJobKey)
          Constructor
 

Uses of JobDefinitionKey in com.ibm.tws.conn.model
 

Methods in com.ibm.tws.conn.model with parameters of type JobDefinitionKey
 JobStatistics ConnModel.loadJobStatistics(JobDefinitionKey jobDefinitionKey, Context context)
          Load job definition statistcs object by job definition external key.
 

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

Methods in com.ibm.tws.objects.model that return JobDefinitionKey
 JobDefinitionKey DistJobDefinition.getRecoveryJobKey()
          Returns the key of the recovery job definition.
 JobDefinitionKey Job.getJobDefinitionKey()
          Returns the key of the job definition on which this job is defined.
 JobDefinitionKey JobDefinition.getKey()
          Returns the JobDefinitionKey wrapped by this JobDefinition object.
 JobDefinitionKey JobDefinitionHeader.getKey()
          Returns the JobDefinitionKey wrapped by this JobDefinitionHeader object.
static JobDefinitionKey JobDefinitionKey.parseKey(java.lang.String key)
          Parses data from the specified string and creates a new JobDefinitionKey.
 JobDefinitionKey JobStatistics.getKey()
          Returns the key of the job definition to which this JobStatistics object refers.
 JobDefinitionKey JobStatistics.getJobDefinitionKey()
          Returns the key of the job definition to which this JobStatistics object refers.
 

Methods in com.ibm.tws.objects.model with parameters of type JobDefinitionKey
 void DistJobDefinition.setRecoveryJobKey(JobDefinitionKey recJobKey)
          Sets the key of the recovery job definition.
 void Job.setJobDefinitionKey(JobDefinitionKey key)
          Sets the key of the job definition on which this job is defined.
 void JobDefinition.setKey(JobDefinitionKey jobDefinitionKey)
          Sets the JobDefinitionKey to be wrapped by this JobDefinition object.
 void JobDefinitionHeader.setKey(JobDefinitionKey jobDefinitionKey)
          Sets the JobDefinitionKey to be wrapped by this JobDefinitionHeader object.
 void JobStatistics.setKey(JobDefinitionKey key)
          Sets the key of the job definition to which this JobStatistics object refers.
 void JobStatistics.setJobDefinitionKey(JobDefinitionKey key)
          Sets the key of the job definition to which this JobStatistics object refers.
 

Constructors in com.ibm.tws.objects.model with parameters of type JobDefinitionKey
JobDefinitionHeader(JobDefinitionKey jobDefinitionKey)
          Creates a JobDefinitionHeader with the specified key.
JobDefinitionHeader(Identifier jobDefinitionId, JobDefinitionKey jobDefinitionKey)
          Creates a JobDefinitionHeader with the specified identifier and key.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type JobDefinitionKey
 void JobDefinitionValidator.validateKey(JobDefinitionKey jobDefinitionKey)
          Validates a JobDefinitionKey object.
 

Uses of JobDefinitionKey in com.ibm.tws.zconn.model
 

Methods in com.ibm.tws.zconn.model with parameters of type JobDefinitionKey
 JobStatistics ZConnModel.loadJobStatistics(JobDefinitionKey jobDefinitionKey, Context context)
          Load job definition statistcs object by job definition external key.
 



Copyright © 2005 IBM All Rights Reserved.