| Interface | Description |
|---|---|
| GroupedJob |
A Job which is part of a group of jobs.
|
| 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, use
JobExecutor instead |
| JobManagerConfiguration |
Some job manager related configuration.
|
| JobStatusStore |
Store and retrieve
JobStatus instances. |
| Request |
A
Job request. |
| Class | Description |
|---|---|
| AbstractJob<R extends Request,S extends JobStatus> |
Base class for
Job implementations. |
| AbstractJobStatus<R extends Request> |
Base implementation of
JobStatus. |
| AbstractRequest |
Base class for
Request implementations. |
| DefaultJobStatus<R extends Request> |
Default implementation of
JobStatus. |
| DefaultRequest |
Default implementation of
Request. |
| JobGroupPath |
A job group path/identifier.
|
| Exception | Description |
|---|---|
| JobException |
Error when trying to run a task.
|
Copyright © 2004–2017 XWiki. All rights reserved.