org.riotfamily.riot.job |
Provides classes to manage long running background jobs.
|
Java Source File Name | Type | Comment |
Job.java | Interface | Interface to define background jobs. |
JobContext.java | Interface | Context that is passed to a
Job upon execution. |
JobCreationException.java | Class | |
JobDescription.java | Class | Description created by a Job's
Job.setup(String) setup() -method. |
JobInterruptedException.java | Class | Exception that is thrown to signal a
Job that an interruption has
been requested. |
JobManager.java | Class | |