com.googlecode.solrgeonames.server
Class GeoContextListener

java.lang.Object
  extended by com.googlecode.solrgeonames.server.GeoContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class GeoContextListener
extends Object
implements javax.servlet.ServletContextListener

Server startup and shutdown events

Author:
Greg Pendlebury

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

Constructor Detail

GeoContextListener

public GeoContextListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2011. All Rights Reserved.