org.apache.falcon.listener
Class ContextStartupListener

java.lang.Object
  extended by org.apache.falcon.listener.ContextStartupListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ContextStartupListener
extends Object
implements javax.servlet.ServletContextListener

Listener for bootstrapping Falcon Services and configuration properties.


Constructor Summary
ContextStartupListener()
           
 
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

ContextStartupListener

public ContextStartupListener()
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 © 2013-2014 Apache Software Foundation. All Rights Reserved.