Interface ContextLoaderMXBean

All Superinterfaces:
ShutdownMXBean
All Known Implementing Classes:
ContextLoader

@MXBean public interface ContextLoaderMXBean extends ShutdownMXBean
Red5 applications loader
  • Method Details

    • setContextsConfig

      void setContextsConfig(String contextsConfig)
    • init

      void init() throws Exception
      Throws:
      Exception
    • shutdown

      void shutdown()
    • setParentContext

      void setParentContext(String parentContextKey, String appContextId)
    • getContextsConfig

      String getContextsConfig()
    • loadContext

      void loadContext(String name, String config)
    • unloadContext

      void unloadContext(String name)