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

Packages that use JobStatistics
com.ibm.tws.conn.model   
com.ibm.tws.objects.model   
com.ibm.tws.zconn.model   
 

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

Methods in com.ibm.tws.conn.model that return JobStatistics
 JobStatistics ConnModel.loadJobStatistics(Identifier jobDefinitionId, Context context)
          Load job definition statistcs object by job definition id.
 JobStatistics ConnModel.loadJobStatistics(JobDefinitionKey jobDefinitionKey, Context context)
          Load job definition statistcs object by job definition external key.
 

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

Methods in com.ibm.tws.objects.model that return JobStatistics
 JobStatistics JobHistoryRun.getJobStatistics()
          Returns the statistics of the job definition.
 

Methods in com.ibm.tws.objects.model with parameters of type JobStatistics
 void JobHistoryRun.setJobStatistics(JobStatistics statistics)
          Sets the statistics of the job definition.
 

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

Methods in com.ibm.tws.zconn.model that return JobStatistics
 JobStatistics ZConnModel.loadJobStatistics(Identifier jobDefinitionId, Context context)
          Load job definition statistcs object by job definition id.
 JobStatistics ZConnModel.loadJobStatistics(JobDefinitionKey jobDefinitionKey, Context context)
          Load job definition statistcs object by job definition external key.
 



Copyright © 2005 IBM All Rights Reserved.