Class VideoGridServiceRemoteImpl

java.lang.Object
org.opencastproject.serviceregistry.api.RemoteBase
org.opencastproject.videogrid.remote.VideoGridServiceRemoteImpl
All Implemented Interfaces:
org.opencastproject.videogrid.api.VideoGridService

public class VideoGridServiceRemoteImpl extends org.opencastproject.serviceregistry.api.RemoteBase implements org.opencastproject.videogrid.api.VideoGridService
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opencastproject.serviceregistry.api.RemoteBase

    org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
  • Field Summary

    Fields inherited from class org.opencastproject.serviceregistry.api.RemoteBase

    client, elementsFromHttpResponse, remoteServiceManager, serviceType

    Fields inherited from interface org.opencastproject.videogrid.api.VideoGridService

    JOB_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new videogrid service instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    createPartialTrack(List<String> command, org.opencastproject.mediapackage.Track... tracks)
     
    void
    setRemoteServiceManager(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
     
    void
    setTrustedHttpClient(org.opencastproject.security.api.TrustedHttpClient trustedHttpClient)
     

    Methods inherited from class org.opencastproject.serviceregistry.api.RemoteBase

    closeConnection, getResponse, getResponse, runRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VideoGridServiceRemoteImpl

      public VideoGridServiceRemoteImpl()
      Creates a new videogrid service instance.
  • Method Details

    • createPartialTrack

      public org.opencastproject.job.api.Job createPartialTrack(List<String> command, org.opencastproject.mediapackage.Track... tracks) throws org.opencastproject.videogrid.api.VideoGridServiceException, org.apache.commons.codec.EncoderException
      Specified by:
      createPartialTrack in interface org.opencastproject.videogrid.api.VideoGridService
      Throws:
      org.opencastproject.videogrid.api.VideoGridServiceException
      org.apache.commons.codec.EncoderException
    • setTrustedHttpClient

      public void setTrustedHttpClient(org.opencastproject.security.api.TrustedHttpClient trustedHttpClient)
      Overrides:
      setTrustedHttpClient in class org.opencastproject.serviceregistry.api.RemoteBase
    • setRemoteServiceManager

      public void setRemoteServiceManager(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
      Overrides:
      setRemoteServiceManager in class org.opencastproject.serviceregistry.api.RemoteBase