com.google.code.rees.scope.conversation.context
Class SchedulerShutdownListener
java.lang.Object
com.google.code.rees.scope.conversation.context.SchedulerShutdownListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
@WebListener
public class SchedulerShutdownListener
- extends Object
- implements javax.servlet.ServletContextListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerShutdownListener
public SchedulerShutdownListener()
setScheduler
public static void setScheduler(ScheduledExecutorService scheduler)
getScheduler
public static ScheduledExecutorService getScheduler()
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 © 2012-2013. All Rights Reserved.