Package org.red5.server.api.scope
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
-
Field Details
-
BEAN_NAME
Name of a bean defining that scope service. Override in subinterfaces.
-