Uses of Interface
org.opencastproject.job.api.JobProducer
Packages that use JobProducer
Package
Description
Service implementation classes
-
Uses of JobProducer in org.opencastproject.job.api
Classes in org.opencastproject.job.api that implement JobProducerModifier and TypeClassDescriptionclassThis class serves as a convenience for services that implement theJobProducerapi to deal with handling long running, asynchronous operations.classRefined implementation ofAbstractJobProducersuitable for use in an OSGi environment. -
Uses of JobProducer in org.opencastproject.rest
Methods in org.opencastproject.rest that return JobProducerModifier and TypeMethodDescriptionabstract JobProducerAbstractJobProducerEndpoint.getService()Returns the job producer that is backing this REST endpoint.OsgiAbstractJobProducerEndpoint.getService() -
Uses of JobProducer in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as JobProducerModifier and TypeFieldDescriptionprotected JobProducerServiceRegistrationInMemoryImpl.serviceThe service instanceMethods in org.opencastproject.serviceregistry.api that return JobProducerModifier and TypeMethodDescriptionServiceRegistrationInMemoryImpl.getService()Returns the actual service instance.Methods in org.opencastproject.serviceregistry.api with parameters of type JobProducerModifier and TypeMethodDescriptionServiceRegistryInMemoryImpl.registerService(JobProducer localService) Method to register locally running services.ServiceRegistryInMemoryImpl.registerService(JobProducer localService, float maxLoad) Method to register locally running services.voidServiceRegistryInMemoryImpl.unregisterService(JobProducer localService) Removes the job producer from the service registry.Constructors in org.opencastproject.serviceregistry.api with parameters of type JobProducerModifierConstructorDescriptionServiceRegistrationInMemoryImpl(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)