Class AbstractScheduledAction.JobDefinition

  • All Implemented Interfaces:
    org.quartz.Job
    Enclosing class:
    AbstractScheduledAction

    public static class AbstractScheduledAction.JobDefinition
    extends java.lang.Object
    implements org.quartz.Job
    Job definition to run scheduled action
    Author:
    Andy Hind
    • Constructor Summary

      Constructors 
      Constructor Description
      JobDefinition()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext ctx)
      Execute the job
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobDefinition

        public JobDefinition()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext ctx)
                     throws org.quartz.JobExecutionException
        Execute the job
        Specified by:
        execute in interface org.quartz.Job
        Parameters:
        ctx - JobExecutionContext
        Throws:
        org.quartz.JobExecutionException