| Package | Description |
|---|---|
| org.eclipse.ptp.core.jobs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPJobStatus
Extends
IJobStatus for parallel jobs. |
| Modifier and Type | Method and Description |
|---|---|
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,
org.eclipse.core.runtime.IProgressMonitor monitor)
Get the status of the job.
|
IJobStatus |
IJobControl.getJobStatus(java.lang.String jobId,
org.eclipse.core.runtime.IProgressMonitor monitor)
Get the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.