Class TomcatApplicationContext

  • All Implemented Interfaces:
    org.red5.server.api.IApplicationContext

    public class TomcatApplicationContext
    extends java.lang.Object
    implements org.red5.server.api.IApplicationContext
    Class that wraps a Tomcat webapp context.
    Author:
    The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de), Paul Gregoire
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static Logger log  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TomcatApplicationContext​(org.apache.catalina.Context context)
      Wrap the passed Tomcat webapp context.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stop()
      Stop the application and servlet contexts.
      • 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
    • Constructor Detail

      • TomcatApplicationContext

        protected TomcatApplicationContext​(org.apache.catalina.Context context)
        Wrap the passed Tomcat webapp context.
        Parameters:
        context -
    • Method Detail

      • stop

        public void stop()
        Stop the application and servlet contexts.
        Specified by:
        stop in interface org.red5.server.api.IApplicationContext