org.overlord.sramp.server
Class SrampLifeCycle
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SrampLifeCycle
public SrampLifeCycle()
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.