Uses of Class
com.ibm.tws.objects.plan.utils.JobSummaryInfo

Packages that use JobSummaryInfo
com.ibm.tws.objects.plan.types   
 

Uses of JobSummaryInfo in com.ibm.tws.objects.plan.types
 

Methods in com.ibm.tws.objects.plan.types that return JobSummaryInfo
 JobSummaryInfo WorkstationInPlanZOSAttributes.getCompletedJobSummary()
          This method returns the summary information for all the jobs that was completed on this workstation
 JobSummaryInfo WorkstationInPlanZOSAttributes.getInterruptedJobSummary()
          This method returns the summary information for all the jobs that was interrupted on this workstation
 JobSummaryInfo WorkstationInPlanZOSAttributes.getStartedJobSummary()
          This method returns the summary information for all the jobs that was started on this workstation
 JobSummaryInfo WorkstationInPlanZOSAttributes.getWaitingJobSummary()
          This method returns the summary information for all the jobs that was waiting on this workstation
 JobSummaryInfo WorkstationInPlanZOSAttributes.getReadyJobSummary()
          This method returns the summary information for all the jobs that was ready on this workstation
 

Methods in com.ibm.tws.objects.plan.types with parameters of type JobSummaryInfo
 void WorkstationInPlanZOSAttributes.setCompletedJobSummary(JobSummaryInfo completedJobSummary)
          Sets the Job summary info for completed jobs
 void WorkstationInPlanZOSAttributes.setInterruptedJobSummary(JobSummaryInfo interruptedJobSummary)
          Sets the Job summary info for interrupted jobs
 void WorkstationInPlanZOSAttributes.setStartedJobSummary(JobSummaryInfo startedJobSummary)
          Sets the Job summary info for started jobs
 void WorkstationInPlanZOSAttributes.setWaitingJobSummary(JobSummaryInfo waitingJobSummary)
          Sets the Job summary info for waiting jobs
 void WorkstationInPlanZOSAttributes.setReadyJobSummary(JobSummaryInfo readyJobSummary)
          Sets the Job summary info for ready jobs
 



Copyright © 2005 IBM All Rights Reserved.