Class SchedulerListener

java.lang.Object
fr.gouv.vitam.scheduler.server.SchedulerListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class SchedulerListener extends Object implements jakarta.servlet.ServletContextListener
  • Method Details

    • getInstance

      public static SchedulerListener getInstance() throws org.quartz.SchedulerException
      Throws:
      org.quartz.SchedulerException
    • getScheduler

      public org.quartz.Scheduler getScheduler()
    • contextInitialized

      public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener