Interface ContextMXBean

  • All Known Implementing Classes:
    Context

    @MXBean
    public interface ContextMXBean

    This is basic context implementation used by Red5.

    • Method Detail

      • getGlobalScope

        org.red5.server.api.scope.IScope getGlobalScope()
      • resolveScope

        org.red5.server.api.scope.IScope resolveScope​(String path)
      • resolveScope

        org.red5.server.api.scope.IScope resolveScope​(org.red5.server.api.scope.IScope root,
                                                      String path)
      • getPersistanceStore

        org.red5.server.api.persistence.IPersistenceStore getPersistanceStore()
      • getApplicationContext

        org.springframework.context.ApplicationContext getApplicationContext()
      • setContextPath

        void setContextPath​(String contextPath)
      • getClientRegistry

        org.red5.server.api.IClientRegistry getClientRegistry()
      • getScope

        org.red5.server.api.scope.IScope getScope()
      • getServiceInvoker

        org.red5.server.api.service.IServiceInvoker getServiceInvoker()
      • lookupService

        Object lookupService​(String serviceName)
      • lookupScopeHandler

        org.red5.server.api.scope.IScopeHandler lookupScopeHandler​(String contextPath)
      • getMappingStrategy

        org.red5.server.api.IMappingStrategy getMappingStrategy()
      • getResource

        org.springframework.core.io.Resource getResource​(String path)
      • resolveScope

        org.red5.server.api.scope.IScope resolveScope​(String host,
                                                      String path)