Class AbstractViewerJob

java.lang.Object
io.goobi.viewer.model.job.quartz.AbstractViewerJob
All Implemented Interfaces:
IViewerJob, org.quartz.Job
Direct Known Subclasses:
HandleMessageJob

public abstract class AbstractViewerJob extends Object implements org.quartz.Job, IViewerJob
  • Constructor Details

    • AbstractViewerJob

      protected AbstractViewerJob()
  • Method Details

    • execute

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

      public boolean isRunning(String jobName)
      Specified by:
      isRunning in interface IViewerJob
    • setRunning

      public void setRunning(String jobName, boolean running)
      Specified by:
      setRunning in interface IViewerJob