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
shutdown
void shutdown()
- Specified by:
shutdown
in interface ShutdownMXBean
setParentContext
void setParentContext(String parentContextKey,
String appContextId)
getContextsConfig
String getContextsConfig()
loadContext
void loadContext(String name,
String config)
unloadContext
void unloadContext(String name)
Copyright © 2006-2012 The Red5 Project