Class NopServiceEndpoint
java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.rest.OsgiAbstractJobProducerEndpoint<NopServiceImpl>
org.opencastproject.serviceregistry.impl.endpoint.NopServiceEndpoint
@Path("/nop")
public class NopServiceEndpoint
extends org.opencastproject.rest.OsgiAbstractJobProducerEndpoint<NopServiceImpl>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Responsenop()voidsetService(org.opencastproject.serviceregistry.api.NopService nopService) voidsetServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) Methods inherited from class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
getService, getServiceRegistry, getSvc, setServiceMethods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint
checkHeartbeat, dispatchJob
-
Constructor Details
-
NopServiceEndpoint
public NopServiceEndpoint()
-
-
Method Details
-
nop
@GET @Path("nop") public javax.ws.rs.core.Response nop() -
setServiceRegistry
public void setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry) - Overrides:
setServiceRegistryin classorg.opencastproject.rest.OsgiAbstractJobProducerEndpoint<NopServiceImpl>
-
setService
public void setService(org.opencastproject.serviceregistry.api.NopService nopService)
-