Package org.xwiki.job
-
Interface Summary Interface Description GroupedJob A Job which is part of a group of jobs.GroupedJobInitializer An initializer that provides the information to create the appropriate executor for a givenGroupedJob
.GroupedJobInitializerManager A component dedicated to find the appropriateGroupedJobInitializer
based on aJobGroupPath
.Job JobContext Allow to access current Job.JobExecutor By default Jobs are either executed asynchronously whenever there is a free thread in the pool.JobManager Deprecated. since 6.1M2, useJobExecutor
insteadJobManagerConfiguration Some job manager related configuration.JobStatusStore Store and retrieveJobStatus
instances.Request AJob
request. -
Class Summary Class Description AbstractJob<R extends Request,S extends JobStatus> Base class forJob
implementations.AbstractJobStatus<R extends Request> Base implementation ofJobStatus
.AbstractRequest Base class forRequest
implementations.DefaultJobStatus<R extends Request> Default implementation ofJobStatus
.DefaultRequest Default implementation ofRequest
.JobGroupPath A job group path/identifier. -
Exception Summary Exception Description JobException Error when trying to run a task.