Class ExecutionJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class ExecutionJob
    extends java.lang.Object
    implements org.quartz.Job
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionJob​(ExecutionEngine executionEngine, java.lang.String executionId)  
    • Method Summary

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

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

      • ExecutionJob

        public ExecutionJob​(ExecutionEngine executionEngine,
                            java.lang.String executionId)
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext arg0)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException