Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.search.processing.IJob
Packages that use IJob
Package
Description
-
Uses of IJob in org.aspectj.org.eclipse.jdt.internal.core.search
Classes in org.aspectj.org.eclipse.jdt.internal.core.search that implement IJob -
Uses of IJob in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Classes in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that implement IJobModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of IJob in org.aspectj.org.eclipse.jdt.internal.core.search.processing
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.processing declared as IJobMethods in org.aspectj.org.eclipse.jdt.internal.core.search.processing that return IJobModifier and TypeMethodDescriptionJobManager.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.aspectj.org.eclipse.jdt.internal.core.search.processing with parameters of type IJobModifier and TypeMethodDescriptionprotected booleanJobManager.isJobWaiting(IJob request)booleanJobManager.performConcurrentJob(IJob searchJob, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor monitor)This API is allowing to run one job in concurrence with background processing.voidvoidJobManager.requestIfNotWaiting(IJob job)Schedules given job for execution is there is no equal jobs waiting in the queue already