Class QuartzJob

java.lang.Object
org.cristalise.trigger.QuartzJob
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class QuartzJob extends Object implements org.quartz.Job
Default implementation of Job handling
  • Constructor Details

    • QuartzJob

      public QuartzJob()
  • Method Details

    • execute

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