PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.core.jobs.IJobStatus

Packages that use IJobStatus
org.eclipse.ptp.core.jobs   
 

Uses of IJobStatus in org.eclipse.ptp.core.jobs
 

Subinterfaces of IJobStatus in org.eclipse.ptp.core.jobs
 interface IPJobStatus
          Extends IJobStatus for parallel jobs.
 

Methods in org.eclipse.ptp.core.jobs that return IJobStatus
 IJobStatus JobManager.getJob(java.lang.String controlId, java.lang.String jobId)
          Find a job given the job controller ID and the job ID.
 IJobStatus[] JobManager.getJobs()
          Get all the jobs we know about.
 IJobStatus IJobControl.getJobStatus(java.lang.String jobId, boolean force, IProgressMonitor monitor)
          Get the status of the job.
 IJobStatus IJobControl.getJobStatus(java.lang.String jobId, IProgressMonitor monitor)
          Get the status of the job.
 

Methods in org.eclipse.ptp.core.jobs with parameters of type IJobStatus
 void JobManager.fireJobAdded(IJobStatus jobStatus)
          Notify listeners when a job has been added.
 void JobManager.fireJobChanged(IJobStatus jobStatus)
          Notify listeners when a job has changed.
 void IJobListener.jobAdded(IJobStatus status)
          Handle job added notification
 void IJobListener.jobChanged(IJobStatus status)
          Handle job changed notification
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.