org.directwebremoting.servlet
Class EfficientShutdownServletContextAttributeListener

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

public class EfficientShutdownServletContextAttributeListener
extends java.lang.Object

A ServletContextAttributeListener 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
EfficientShutdownServletContextAttributeListener()
           
 
Method Summary
 void attributeAdded(ServletContextAttributeEvent ev)
           
 void attributeRemoved(ServletContextAttributeEvent ev)
           
 void attributeReplaced(ServletContextAttributeEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EfficientShutdownServletContextAttributeListener

public EfficientShutdownServletContextAttributeListener()
Method Detail

attributeAdded

public void attributeAdded(ServletContextAttributeEvent ev)

attributeRemoved

public void attributeRemoved(ServletContextAttributeEvent ev)

attributeReplaced

public void attributeReplaced(ServletContextAttributeEvent ev)