org.directwebremoting.servlet
Class EfficientShutdownServletContextListener

java.lang.Object
  extended by org.directwebremoting.servlet.EfficientShutdownServletContextListener

public class EfficientShutdownServletContextListener
extends java.lang.Object

A ServletContextListener that can be used to call ServerLoadMonitor.shutdown() when the servlet container is stopped

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Constructor Summary
EfficientShutdownServletContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent ev)
           
 void contextInitialized(ServletContextEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EfficientShutdownServletContextListener

public EfficientShutdownServletContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent ev)

contextDestroyed

public void contextDestroyed(ServletContextEvent ev)