org.apache.geronimo.samples.daytrader.web
Class TradeWebContextListener

java.lang.Object
  extended byorg.apache.geronimo.samples.daytrader.web.TradeWebContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class TradeWebContextListener
extends java.lang.Object
implements javax.servlet.ServletContextListener


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

Constructor Detail

TradeWebContextListener

public TradeWebContextListener()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.