uk.ac.soton.ecs.grimoires.server.configuration
Class ShutdownWatch

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.configuration.ShutdownWatch
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ShutdownWatch
extends Object
implements javax.servlet.ServletContextListener

Author:
wf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

Constructor Detail

ShutdownWatch

public ShutdownWatch()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent arg0)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener