Package net.sourceforge.java.util.jobs

Provides core support for interacting with background activity.

See:
          Description

Interface Summary
IJob An IJob represents a high level abstraction of a Thread.
IJobStatusFormat Base interface for JobStatus progress formatters.
 

Class Summary
CompositeJobProgressMonitor Reports the progress of a composite IJob, i.e. an IJob which is segemented into several single sub tasks.
CompositeJobStatusFormat Formats the JobStatus of a composite IJob, i.e. an IJob which is segmented into several single sub tasks.
DefaultJobProgressMonitor Default IProgressMonitor to be used for reporting the progress of a File based IJob.
DefaultJobStatusFormat Default format for File based IJob, e.g.
IdleJobStatusReaper Reapes idle JobStatus instances found in a JobStatusTableContentProvider whose idle time is greater than the time specified in IdleJobStatusReaper.DEFAULT_IDLE_TIME.
Job Default IJob implementation to be used as base for concrete Jobs.
JobManager Central IJob execution context which is used to add and schedule IJobs for execution.
JobStatus Represents the status of a IJob.
JobStatusTableContentProvider Manages a collection of JobStatus objects and supplies the data to a JFace TableViewer instance.
JobThread Thread to execute an IJob reporting its progress using an IProgressMonitor.
 

Package net.sourceforge.java.util.jobs Description

Provides core support for interacting with background activity.