org.red5.server.jetty
Class JettyApplicationContext

java.lang.Object
  extended by org.red5.server.jetty.JettyApplicationContext
All Implemented Interfaces:
IApplicationContext

public class JettyApplicationContext
extends Object
implements IApplicationContext

Class that wraps a Jetty webapp context.

Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)

Field Summary
protected static Logger log
          Logger
 
Constructor Summary
protected JettyApplicationContext(WebAppContext context)
          Wrap the passed Jetty webapp context.
 
Method Summary
 void stop()
          Stop the web application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Logger

Constructor Detail

JettyApplicationContext

protected JettyApplicationContext(WebAppContext context)
Wrap the passed Jetty webapp context.

Parameters:
context -
Method Detail

stop

public void stop()
Stop the web application.

Specified by:
stop in interface IApplicationContext


Copyright © 2006-2009 The Red5 Project