@MXBean public interface ContextLoaderMXBean extends ShutdownMXBean
Modifier and Type | Method and Description |
---|---|
String |
getContextsConfig() |
void |
init() |
void |
loadContext(String name,
String config) |
void |
setContextsConfig(String contextsConfig) |
void |
setParentContext(String parentContextKey,
String appContextId) |
void |
shutdown() |
void |
unloadContext(String name) |
void setContextsConfig(String contextsConfig)
void shutdown()
shutdown
in interface ShutdownMXBean
String getContextsConfig()
void unloadContext(String name)
Copyright © 2006-2012 The Red5 Project