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

Packages that use JobDefinitionHeader
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

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

Methods in com.ibm.tws.objects.model that return JobDefinitionHeader
 JobDefinitionHeader JobDefinition.getHeader()
          Returns the JobDefinitionHeader wrapped by this JobDefinition object.
 JobDefinitionHeader JobStatistics.getHeader()
          Returns the header of the job definition to which this JobStatistics object refers.
 

Methods in com.ibm.tws.objects.model with parameters of type JobDefinitionHeader
 void JobDefinition.setHeader(JobDefinitionHeader jobDefinitionHeader)
          Sets the JobDefinitionHeader to be wrapped by this JobDefinition object.
 void JobStatistics.setHeader(JobDefinitionHeader jobDefinitionHeader)
          Sets the header of the job definition to which this JobStatistics object refers.
 

Constructors in com.ibm.tws.objects.model with parameters of type JobDefinitionHeader
DistJobDefinition(JobDefinitionHeader jobDefinitionHeader)
          Creates a DistJobDefinition with the specified header.
JobDefinition(JobDefinitionHeader jobDefinitionHeader)
          Creates a JobDefinition with the specified header.
ZOSJobDefinition(JobDefinitionHeader jobDefinitionHeader)
          Creates a ZOSJobDefinition with the specified header.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type JobDefinitionHeader
 void JobDefinitionValidator.validateHeader(JobDefinitionHeader jobDefinitionHeader)
          Validates a JobDefinitionHeader object.
 



Copyright © 2005 IBM All Rights Reserved.