Uses of Class
net.sourceforge.java.util.jobs.JobManager

Packages that use JobManager
net.sourceforge.java.util.jobs Provides core support for interacting with background activity. 
 

Uses of JobManager in net.sourceforge.java.util.jobs
 

Fields in net.sourceforge.java.util.jobs declared as JobManager
private static JobManager JobManager.SINGLETON_INSTANCE
           The single unique JobManager instance
private  JobManager Job.manager
           The JobManager that is responsible for this Job
 

Methods in net.sourceforge.java.util.jobs that return JobManager
static JobManager JobManager.getInstance()
           Gets the single unique JobManager instance.
 JobManager Job.getJobManager()
           Gets the JobManager that is responsible for the management and scheduling of this Job.
 JobManager IJob.getJobManager()
           Gets the JobManager that is responsible for the management and scheduling of the IJob.
 

Methods in net.sourceforge.java.util.jobs with parameters of type JobManager
 void Job.setJobManager(JobManager manager)
           Sets the JobManager that is responsible for the management and scheduling of this Job.
 void IJob.setJobManager(JobManager manager)
           Sets the JobManager that is responsible for the management and scheduling of the IJob.