| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Method and Description |
|---|---|
Incident.Severity |
IncidentImpl.getSeverity() |
Incident.Severity |
Incident.getSeverity()
The severity of this incident.
|
static Incident.Severity |
Incident.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Incident.Severity[] |
Incident.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IncidentImpl(long id,
long jobId,
String serviceType,
String processingHost,
Date timestamp,
Incident.Severity severity,
String code,
List<Tuple<String,String>> details,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
Incidents.record(Job job,
Incident.Severity severity,
int code)
Record an incident for a given job.
|
void |
Incidents.record(Job job,
Incident.Severity severity,
int code,
Map<String,String> params,
List<Tuple<String,String>> details)
Record an incident for a given job.
|
Incident |
IncidentService.storeIncident(Job job,
Date timestamp,
String code,
Incident.Severity severity,
Map<String,String> descriptionParameters,
List<Tuple<String,String>> details)
Stores a new job incident.
|
void |
Incidents.unhandledException(Job job,
Incident.Severity severity,
Throwable t)
Record an incident for a given job caused by an uncatched exception.
|
void |
Incidents.unhandledException(long jobId,
Incident.Severity severity,
Throwable t)
Record an incident for a given job caused by an uncatched exception.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.