Uses of Interface
org.opencastproject.distribution.api.StreamingDistributionService
Packages that use StreamingDistributionService
Package
Description
-
Uses of StreamingDistributionService in org.opencastproject.distribution.streaming.remote
Classes in org.opencastproject.distribution.streaming.remote that implement StreamingDistributionServiceModifier and TypeClassDescriptionclassA remote distribution service invoker. -
Uses of StreamingDistributionService in org.opencastproject.distribution.streaming.wowza
Classes in org.opencastproject.distribution.streaming.wowza that implement StreamingDistributionServiceModifier and TypeClassDescriptionclassDistributes media to the local media delivery directory. -
Uses of StreamingDistributionService in org.opencastproject.distribution.streaming.wowza.endpoint
Methods in org.opencastproject.distribution.streaming.wowza.endpoint with parameters of type StreamingDistributionServiceModifier and TypeMethodDescriptionvoidWowzaStreamingDistributionRestService.setService(StreamingDistributionService service) -
Uses of StreamingDistributionService in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh with parameters of type StreamingDistributionServiceModifier and TypeMethodDescriptionvoidOaiPmhPublicationServiceImpl.setStreamingDistributionService(StreamingDistributionService streamingDistributionService) OSGI DI -
Uses of StreamingDistributionService in org.opencastproject.workflow.handler.distribution
Fields in org.opencastproject.workflow.handler.distribution declared as StreamingDistributionServiceModifier and TypeFieldDescriptionprotected StreamingDistributionServiceRetractEngageWorkflowOperationHandler.streamingDistributionServiceThe streaming distribution serviceMethods in org.opencastproject.workflow.handler.distribution that return StreamingDistributionServiceModifier and TypeMethodDescriptionprotected StreamingDistributionServiceConfigurablePublishWorkflowOperationHandler.getStreamingDistributionService()protected StreamingDistributionServiceConfigurableRetractWorkflowOperationHandler.getStreamingDistributionService()Methods in org.opencastproject.workflow.handler.distribution with parameters of type StreamingDistributionServiceModifier and TypeMethodDescriptionvoidPartialRetractEngageWorkflowOperationHandler.setStreamingDistributionService(StreamingDistributionService streamingDistributionService) protected voidPublishEngageWorkflowOperationHandler.setStreamingDistributionService(StreamingDistributionService streamingDistributionService) Callback for the OSGi declarative services configuration.protected voidPublishOaiPmhWorkflowOperationHandler.setStreamingDistributionService(StreamingDistributionService streamingDistributionService) Callback for the OSGi declarative services configuration.protected voidRetractEngageWorkflowOperationHandler.setStreamingDistributionService(StreamingDistributionService streamingDistributionService) Callback for the OSGi declarative services configuration.