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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.Response
    nop()
     
    void
    setService(org.opencastproject.serviceregistry.api.NopService nopService)
     
    void
    setServiceRegistry(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
     

    Methods inherited from class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint

    getService, getServiceRegistry, getSvc, setService

    Methods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint

    checkHeartbeat, dispatchJob

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      setServiceRegistry in class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint<NopServiceImpl>
    • setService

      public void setService(org.opencastproject.serviceregistry.api.NopService nopService)