Package io.goobi.viewer.model.job.quartz
Class HandleMessageJob
java.lang.Object
io.goobi.viewer.model.job.quartz.AbstractViewerJob
io.goobi.viewer.model.job.quartz.HandleMessageJob
- All Implemented Interfaces:
IViewerJob
,org.quartz.Job
Cronjob
- Author:
- florian
-
Constructor Summary
ConstructorDescriptionHandleMessageJob
(TaskType taskType, String cronSchedulerExpression, MessageQueueManager messageBroker) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Map<String, Object> params, MessageQueueManager messageBroker) Methods inherited from class io.goobi.viewer.model.job.quartz.AbstractViewerJob
execute, isRunning, setRunning
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, getHumanReadableCronTime, isRunning, setRunning
-
Constructor Details
-
HandleMessageJob
public HandleMessageJob(TaskType taskType, String cronSchedulerExpression, MessageQueueManager messageBroker) -
HandleMessageJob
public HandleMessageJob()
-
-
Method Details
-
getJobName
- Specified by:
getJobName
in interfaceIViewerJob
-
getCronExpression
- Specified by:
getCronExpression
in interfaceIViewerJob
-
getTaskType
-
execute
- Specified by:
execute
in interfaceIViewerJob
-