Package org.red5.server.jmx.mxbeans
Interface ContextLoaderMXBean
- All Superinterfaces:
ShutdownMXBean
- All Known Implementing Classes:
ContextLoader
Red5 applications loader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
void
loadContext
(String name, String config) void
setContextsConfig
(String contextsConfig) void
setParentContext
(String parentContextKey, String appContextId) void
shutdown()
void
unloadContext
(String name) Methods inherited from interface org.red5.server.jmx.mxbeans.ShutdownMXBean
destroy