org.red5.server.api
Interface IApplicationLoader


public interface IApplicationLoader

Interface for servers that can load new applications.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Method Summary
 ApplicationContext getRootContext()
          Return the root ApplicationContext.
 void loadApplication(String contextPath, String virtualHosts, String directory)
          Load a new application for the given context path from a directory.
 

Method Detail

loadApplication

void loadApplication(String contextPath,
                     String virtualHosts,
                     String directory)
                     throws Exception
Load a new application for the given context path from a directory.

Parameters:
contextPath - context path
virtualHosts - virtual hosts
directory - directory
Throws:
Exception - for fun

getRootContext

ApplicationContext getRootContext()
Return the root ApplicationContext.

Returns:
application context


Copyright © 2006-2012 The Red5 Project