Package | Description |
---|---|
viptool.job | |
viptool.job.error | |
viptool.job.event |
Modifier and Type | Class and Description |
---|---|
class |
Job
This is the class for all jobs in viptool.
|
Modifier and Type | Method and Description |
---|---|
IJob[] |
IJobScheduler.getJobs()
Get all jobs the scheduler knows listed in an array.
|
IJob[] |
IJobScheduler.getRunningJobs()
Get all jobs, that are working.
|
IJob[] |
IJobScheduler.getWaitingJobs()
Get all jobs, that are waiting.
|
Modifier and Type | Method and Description |
---|---|
void |
IJobScheduler.addJob(IJob job)
Add a job to the scheduler.
|
void |
IJobScheduler.cancelJob(IJob job)
this method will invoke the cancel() method of the given job.
|
Modifier and Type | Method and Description |
---|---|
IJob |
JobRuntimeException.getJob() |
Constructor and Description |
---|
JobRuntimeException(IJob job) |
JobRuntimeException(IJob job,
String message) |
JobRuntimeException(IJob job,
String message,
Throwable throwable) |
JobRuntimeException(IJob job,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
IJob |
JobEvent.getJob()
Returns the job that has fired the event.
|
Constructor and Description |
---|
JobEvent(IJob job,
IConsole console,
IProgressMonitor progressMonitor)
Constructs a new job event object that contains additional information.
|