Interface IScopeService

All Known Subinterfaces:
IOnDemandStreamService, IOnDemandStreamService, IProviderService, ISchedulingService, IStreamableFileFactory, IStreamFilenameGenerator, IStreamSecurityService, IStreamSecurityService, IStreamService, ISubscriberStreamService, ISubscriberStreamService, IWebRTCAdaptor
All Known Implementing Classes:
AdminApplication, AntMediaApplicationAdapter, ApplicationAdapter, ApplicationSchedulingService, DefaultStreamFilenameGenerator, MockWebRTCAdaptor, MultiThreadedApplicationAdapter, ProviderService, QuartzSchedulingService, StreamableFileFactory, StreamService

public interface IScopeService
Base marker interface for all scope services. Used by the ScopeUtils to lookup services defined as beans in Spring application context. A scope service usually can perform various tasks on a scope like managing shared objects, streams, etc.
Author:
The Red5 Project, Joachim Bauch (bauch@struktur.de)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of a bean defining that scope service.
  • Field Details

    • BEAN_NAME

      static final String BEAN_NAME
      Name of a bean defining that scope service. Override in subinterfaces.