Interface QuartzScheduler.SchedulingTask<T>

  • All Superinterfaces:
    Process<T>
    Enclosing class:
    QuartzScheduler

    protected static interface QuartzScheduler.SchedulingTask<T>
    extends Process<T>
    • Method Detail

      • execute

        T execute()
           throws org.quartz.SchedulerException
        Specified by:
        execute in interface Process<T>
        Throws:
        org.quartz.SchedulerException