public abstract class AbstractJobProducerEndpoint extends Object
| Constructor and Description |
|---|
AbstractJobProducerEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
checkHeartbeat() |
javax.ws.rs.core.Response |
dispatchJob(long jobId,
String jobOperation) |
abstract JobProducer |
getService()
Returns the job producer that is backing this REST endpoint.
|
abstract ServiceRegistry |
getServiceRegistry()
Return the service registry.
|
public javax.ws.rs.core.Response dispatchJob(long jobId,
String jobOperation)
throws ServiceRegistryException
public javax.ws.rs.core.Response checkHeartbeat()
public abstract JobProducer getService()
public abstract ServiceRegistry getServiceRegistry()
Copyright © 2009–2021 Opencast Project. All rights reserved.