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 |
---|---|
AbstractRequest |
Base class for
Request implementations. |
DefaultRequest |
Default implementation of
Request . |
JobGroupPath |
A job group path/identifier.
|
Exception | Description |
---|---|
JobException |
Error when trying to run a task.
|
Copyright © 2004–2015 XWiki. All rights reserved.