Package fr.gouv.vitam.scheduler.server
Class SchedulerListener
- java.lang.Object
-
- fr.gouv.vitam.scheduler.server.SchedulerListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.servlet.ServletContextListener
public class SchedulerListener extends java.lang.Object implements javax.servlet.ServletContextListener
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextDestroyed(javax.servlet.ServletContextEvent sce)
void
contextInitialized(javax.servlet.ServletContextEvent sce)
static SchedulerListener
getInstance()
org.quartz.Scheduler
getScheduler()
-
-
-
Method Detail
-
getInstance
public static SchedulerListener getInstance() throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
-
getScheduler
public org.quartz.Scheduler getScheduler()
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-
-