Uses of Interface
org.eclipse.jdt.internal.core.search.processing.IJob

Packages that use IJob
org.eclipse.jdt.internal.core.search   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.processing   
 

Uses of IJob in org.eclipse.jdt.internal.core.search
 

Classes in org.eclipse.jdt.internal.core.search that implement IJob
 class PatternSearchJob
           
 class SubTypeSearchJob
           
 

Uses of IJob in org.eclipse.jdt.internal.core.search.indexing
 

Classes in org.eclipse.jdt.internal.core.search.indexing that implement IJob
 class IndexAllProject
           
 class IndexBinaryFolder
           
 class IndexRequest
           
 class SaveIndex
           
 

Uses of IJob in org.eclipse.jdt.internal.core.search.processing
 

Fields in org.eclipse.jdt.internal.core.search.processing declared as IJob
protected  IJob[] JobManager.awaitingJobs
           
 

Methods in org.eclipse.jdt.internal.core.search.processing that return IJob
 IJob JobManager.currentJob()
          Answers the first job in the queue, or null if there is no job available Until the job has completed, the job manager will keep answering the same job.
 

Methods in org.eclipse.jdt.internal.core.search.processing with parameters of type IJob
protected  boolean JobManager.isJobWaiting(IJob request)
           
 boolean JobManager.performConcurrentJob(IJob searchJob, int waitingPolicy, IProgressMonitor progress)
          This API is allowing to run one job in concurrence with background processing.
 void JobManager.request(IJob job)