org.apache.oozie.servlet
Class ServicesLoader

java.lang.Object
  extended by org.apache.oozie.servlet.ServicesLoader
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ServicesLoader
extends Object
implements javax.servlet.ServletContextListener

Webapp context listener that initializes Oozie Services.


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

Constructor Detail

ServicesLoader

public ServicesLoader()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Initialize Oozie services.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Parameters:
event - context event.

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Destroy Oozie services.

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Parameters:
event - context event.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.