Class ExecuteScriptJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class ExecuteScriptJob
    extends java.lang.Object
    implements org.quartz.Job
    Quartz job that executes a scheduled JS script.
    Author:
    Roy Wetherall
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)
      Executes the scheduled script
      • Methods inherited from class java.lang.Object

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

      • ExecuteScriptJob

        public ExecuteScriptJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Executes the scheduled script
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException
        See Also:
        Job.execute(org.quartz.JobExecutionContext)