| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.rest | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJobProducer
This class serves as a convenience for services that implement the
JobProducer api to deal with handling long
running, asynchronous operations. |
class |
OsgiAbstractJobProducer
Refined implementation of
AbstractJobProducer suitable for use in an
OSGi environment. |
| Modifier and Type | Method and Description |
|---|---|
abstract JobProducer |
AbstractJobProducerEndpoint.getService()
Returns the job producer that is backing this REST endpoint.
|
JobProducer |
OsgiAbstractJobProducerEndpoint.getService() |
| Modifier and Type | Field and Description |
|---|---|
protected JobProducer |
ServiceRegistrationInMemoryImpl.service
The service instance
|
| Modifier and Type | Method and Description |
|---|---|
JobProducer |
ServiceRegistrationInMemoryImpl.getService()
Returns the actual service instance.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistration |
ServiceRegistryInMemoryImpl.registerService(JobProducer localService)
Method to register locally running services.
|
ServiceRegistration |
ServiceRegistryInMemoryImpl.registerService(JobProducer localService,
float maxLoad)
Method to register locally running services.
|
void |
ServiceRegistryInMemoryImpl.unregisterService(JobProducer localService)
Removes the job producer from the service registry.
|
| Constructor and Description |
|---|
ServiceRegistrationInMemoryImpl(JobProducer service,
String host)
Creates a new service registration.
|
ServiceRegistryInMemoryImpl(JobProducer service,
float maxLoad,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
ServiceRegistryInMemoryImpl(JobProducer service,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
Copyright © 2009–2021 Opencast Project. All rights reserved.