Package org.red5.server.jmx.mxbeans
Interface ContextMXBean
- All Known Implementing Classes:
Context
This is basic context implementation used by Red5.
-
Method Summary
Modifier and TypeMethodDescriptiongetCoreService
(String beanId) getResource
(String path) Resource[]
getResources
(String pattern) getScope()
lookupScopeHandler
(String contextPath) lookupService
(String serviceName) resolveScope
(String path) resolveScope
(String host, String path) resolveScope
(IScope root, String path) void
setContextPath
(String contextPath)
-
Method Details
-
getGlobalScope
IScope getGlobalScope() -
resolveScope
-
resolveScope
-
getPersistanceStore
IPersistenceStore getPersistanceStore() -
getApplicationContext
ApplicationContext getApplicationContext() -
setContextPath
-
getClientRegistry
IClientRegistry getClientRegistry() -
getScope
IScope getScope() -
getServiceInvoker
IServiceInvoker getServiceInvoker() -
lookupService
-
lookupScopeHandler
-
getMappingStrategy
IMappingStrategy getMappingStrategy() -
getResources
- Throws:
IOException
-
getResource
-
resolveScope
-
getBean
-
getCoreService
-