org.red5.server
Interface ContextLoaderMBean
- All Known Implementing Classes:
- ContextLoader
public interface ContextLoaderMBean
Red5 applications loader
setContextsConfig
void setContextsConfig(String contextsConfig)
init
void init()
throws Exception
- Throws:
Exception
uninit
void uninit()
getContext
ApplicationContext getContext(String name)
getParentContext
ApplicationContext getParentContext()
getContextsConfig
String getContextsConfig()
loadContext
void loadContext(String name,
String config)
unloadContext
void unloadContext(String name)
Copyright © 2006-2010 The Red5 Project