|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.eclipse.core.runtime.jobs | |
---|---|
org.eclipse.core.runtime | Provides support for the runtime platform, core utility methods and the extension registry. |
org.eclipse.core.runtime.jobs | Provides core support for scheduling and interacting with background activity. |
Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.runtime | |
---|---|
IJobManager
The job manager provides facilities for scheduling, querying, and maintaining jobs and locks. |
Classes in org.eclipse.core.runtime.jobs used by org.eclipse.core.runtime.jobs | |
---|---|
IJobChangeEvent
An event describing a change to the state of a job. |
|
IJobChangeListener
Callback interface for clients interested in being notified when jobs change state. |
|
IJobManager
The job manager provides facilities for scheduling, querying, and maintaining jobs and locks. |
|
ILock
A lock is used to control access to an exclusive resource. |
|
ISchedulingRule
Scheduling rules are used by jobs to indicate when they need exclusive access to a resource. |
|
Job
Jobs are units of runnable work that can be scheduled to be run with the job manager. |
|
LockListener
A lock listener is notified whenever a thread is about to wait on a lock, and when a thread is about to release a lock. |
|
ProgressProvider
The progress provider supplies the job manager with progress monitors for running jobs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |