org.red5.server.jmx.mxbeans
Interface ContextMXBean
- All Known Implementing Classes:
- Context
@MXBean
public interface ContextMXBean
This is basic context implementation used by Red5.
getGlobalScope
IScope getGlobalScope()
resolveScope
IScope resolveScope(String path)
resolveScope
IScope resolveScope(IScope root,
String path)
getPersistanceStore
IPersistenceStore getPersistanceStore()
getApplicationContext
ApplicationContext getApplicationContext()
setContextPath
void setContextPath(String contextPath)
getClientRegistry
IClientRegistry getClientRegistry()
getScope
IScope getScope()
getServiceInvoker
IServiceInvoker getServiceInvoker()
lookupService
Object lookupService(String serviceName)
lookupScopeHandler
IScopeHandler lookupScopeHandler(String contextPath)
getMappingStrategy
IMappingStrategy getMappingStrategy()
getResources
Resource[] getResources(String pattern)
throws IOException
- Throws:
IOException
getResource
Resource getResource(String path)
resolveScope
IScope resolveScope(String host,
String path)
getBean
Object getBean(String beanId)
getCoreService
Object getCoreService(String beanId)
Copyright © 2006-2012 The Red5 Project