de.jw.cloud42.webservice.listener
Class StartupListener

java.lang.Object
  extended by de.jw.cloud42.webservice.listener.StartupListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public final class StartupListener
extends java.lang.Object
implements javax.servlet.ServletContextListener

Listener to start endpoint of Cloud42 for incoming notifications during servlet initialization.

Author:
fbitzer

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

StartupListener

public StartupListener()
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 © 2010 just works! Software. All Rights Reserved.