@Version(value="1.0.8")
Interface | Description |
---|---|
ExecutionEngine |
Service that executes Runnables, will later allow them to be suspended,
resumed, stopped and restarted.
|
JobConsole |
Back-end for management consoles that
give access to background jobs.
|
JobData |
Wraps a JCR Node to store and retrieve information
about a background Job
|
JobProgressInfo |
Provides Job progress information
|
JobStatus |
Provides info about a job
|
JobStorage |
Store and retrieve job data persistently
|
Predicate<T> |
Simple typed predicate
|
RuntimeState |
Interface used by a running job to exchange state
information with the execution engine.
|
Class | Description |
---|---|
BackgroundHttpServletRequest |
Minimal HttpServletRequest for background processing
|
BackgroundHttpServletResponse |
Minimal HttpServletResponse for background processing
|
BackgroundServletConstants |
Enum | Description |
---|---|
JobStatus.State |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.