| Interface | Description |
|---|---|
| Incident |
Describes an incident relating to a
Job. |
| IncidentTree |
A tree of incidents of a tree of jobs.
|
| Job |
Represents a long running, asynchronous process.
|
| JobContext |
Runtime contextual information to be passed around with jobs.
|
| JobProducer |
A service that creates jobs for long-running operations.
|
| Class | Description |
|---|---|
| AbstractJobProducer |
This class serves as a convenience for services that implement the
JobProducer api to deal with handling long
running, asynchronous operations. |
| IncidentImpl | |
| IncidentParser |
JAXB parser for JAXB DTOs of
Incident. |
| IncidentTreeImpl | |
| IncidentUtil | |
| JaxbIncident |
1:1 serialization of a
Incident. |
| JaxbIncident.Param |
An description parameter.
|
| JaxbIncidentDetail |
JAXB DTO for a technical detail of a job incident.
|
| JaxbIncidentDigest | |
| JaxbIncidentDigestList | |
| JaxbIncidentDigestTree | |
| JaxbIncidentFull | |
| JaxbIncidentFullList | |
| JaxbIncidentFullTree | |
| JaxbIncidentList | |
| JaxbIncidentTree |
1:1 serialization of a
IncidentTreeImpl. |
| JaxbJob |
1:1 serialization of a
Job. |
| JaxbJobContext |
JAXB annotated implementation of the job context.
|
| JaxbJobList |
A wrapper for job collections.
|
| JobBarrier |
This class is a utility implementation that will wait for all given jobs to change their status to either one of:
Job.Status.FINISHED
Job.Status.FAILED
Job.Status.DELETED
|
| JobBarrier.Result |
Result of a waiting operation on a certain number of jobs.
|
| JobImpl | |
| JobParser |
Marshals and unmarshals
Jobs. |
| OsgiAbstractJobProducer |
Refined implementation of
AbstractJobProducer suitable for use in an
OSGi environment. |
| Enum | Description |
|---|---|
| Incident.Severity | |
| Job.FailureReason |
Reason for failure
|
| Job.Status |
The status of the job that this receipt represents
|
Copyright © 2009–2021 Opencast Project. All rights reserved.