org.red5.server.jmx.mxbeans
Interface ContextLoaderMXBean

All Superinterfaces:
ShutdownMXBean
All Known Implementing Classes:
ContextLoader

@MXBean
public interface ContextLoaderMXBean
extends ShutdownMXBean

Red5 applications loader


Method Summary
 org.springframework.context.ApplicationContext getContext(String name)
           
 String getContextsConfig()
           
 org.springframework.context.ApplicationContext getParentContext()
           
 void init()
           
 void loadContext(String name, String config)
           
 void setContextsConfig(String contextsConfig)
           
 void uninit()
           
 void unloadContext(String name)
           
 
Methods inherited from interface org.red5.server.jmx.mxbeans.ShutdownMXBean
shutdown
 

Method Detail

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