Interface IScopeService

All Known Subinterfaces:
IOnDemandStreamService, IProviderService, ISchedulingService, ISharedObject, ISharedObjectSecurityService, ISharedObjectService, IStreamableFileFactory, IStreamFilenameGenerator, IStreamSecurityService, IStreamService, ISubscriberStreamService
All Known Implementing Classes:
DefaultStreamFilenameGenerator, JDKSchedulingService, SharedObjectScope, SharedObjectService, 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.