Package io.goobi.viewer.model.job.quartz
Class AbstractViewerJob
java.lang.Object
io.goobi.viewer.model.job.quartz.AbstractViewerJob
- All Implemented Interfaces:
IViewerJob
,org.quartz.Job
- Direct Known Subclasses:
HandleMessageJob
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext context) boolean
void
setRunning
(String jobName, boolean running) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.goobi.viewer.model.job.quartz.IViewerJob
execute, getCronExpression, getHumanReadableCronTime, getJobName
-
Constructor Details
-
AbstractViewerJob
protected AbstractViewerJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceIViewerJob
- Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-
isRunning
- Specified by:
isRunning
in interfaceIViewerJob
-
setRunning
- Specified by:
setRunning
in interfaceIViewerJob
-