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(String controlId,
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(String jobId,
boolean force,
IProgressMonitor monitor)
Get the status of the job.
|
IJobStatus |
IJobControl.getJobStatus(String jobId,
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.