Class CommandJobFactory

java.lang.Object
ddf.platform.scheduler.CommandJobFactory
All Implemented Interfaces:
org.quartz.spi.JobFactory

public class CommandJobFactory extends Object implements org.quartz.spi.JobFactory
  • Constructor Details

    • CommandJobFactory

      public CommandJobFactory(org.codice.ddf.security.Security security)
  • Method Details

    • newJob

      public org.quartz.Job newJob(org.quartz.spi.TriggerFiredBundle triggerFiredBundle, org.quartz.Scheduler scheduler) throws org.quartz.SchedulerException
      Specified by:
      newJob in interface org.quartz.spi.JobFactory
      Throws:
      org.quartz.SchedulerException