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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) booleanvoidsetRunning(String jobName, boolean running) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
executein interfaceIViewerJob- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
isRunning
- Specified by:
isRunningin interfaceIViewerJob
-
setRunning
- Specified by:
setRunningin interfaceIViewerJob
-