Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.core.runtime.jobs

Provides core support for scheduling and interacting with background activity.

See:
           Description

Interface Summary
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.
IJobStatus Represents status relating to the execution of jobs.
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.
 

Class Summary
Job Jobs are units of runnable work that can be scheduled to be run with the job manager.
JobChangeAdapter This adapter class provides default implementations for the methods described by the IJobChangeListener interface.
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.
MultiRule A MultiRule is a compound scheduling rule that represents a fixed group of child scheduling rules.
ProgressProvider The progress provider supplies the job manager with progress monitors for running jobs.
 

Package org.eclipse.core.runtime.jobs Description

Provides core support for scheduling and interacting with background activity.

Package Specification

This package specifies API for scheduling background tasks, or jobs. Jobs can be scheduled for immediate execution, or for execution after a specified delay. Once scheduled, jobs can be queried, canceled, or suspended. Rules can be attached to jobs to indicate when they can run, and whether they can run simultaneously with other jobs. This package also includes a generic locking facility that includes support for detecting and responding to deadlock.

Since:
3.0


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire