org.overlord.sramp.server
Class SrampLifeCycle

java.lang.Object
  extended by org.overlord.sramp.server.SrampLifeCycle
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class SrampLifeCycle
extends Object
implements javax.servlet.ServletContextListener

Listener for deploy/undeploy events.


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

SrampLifeCycle

public SrampLifeCycle()
Method Detail

contextInitialized

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

contextDestroyed

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


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.