org.red5.server.jmx.mxbeans
Interface ContextLoaderMXBean
- All Superinterfaces:
- ShutdownMXBean
- All Known Implementing Classes:
- ContextLoader
@MXBean
public interface ContextLoaderMXBean
- extends ShutdownMXBean
Red5 applications loader
setContextsConfig
void setContextsConfig(String contextsConfig)
init
void init()
throws Exception
- Throws:
Exception
uninit
void uninit()
getContext
org.springframework.context.ApplicationContext getContext(String name)
getParentContext
org.springframework.context.ApplicationContext getParentContext()
getContextsConfig
String getContextsConfig()
loadContext
void loadContext(String name,
String config)
unloadContext
void unloadContext(String name)
Copyright © 2006-2010 The Red5 Project