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
ConstructorsConstructorDescriptionHandleMessageJob(ITaskType taskType, String cronSchedulerExpression, MessageQueueManager messageBroker) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Map<String, Object> params, MessageQueueManager messageBroker) Methods inherited from class io.goobi.viewer.model.job.quartz.AbstractViewerJob
execute, isRunning, setRunningMethods 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, getHumanReadableCronTime, isRunning, setRunning
-
Constructor Details
-
HandleMessageJob
public HandleMessageJob(ITaskType taskType, String cronSchedulerExpression, MessageQueueManager messageBroker) -
HandleMessageJob
public HandleMessageJob()
-
-
Method Details
-
getJobName
- Specified by:
getJobNamein interfaceIViewerJob
-
getCronExpression
- Specified by:
getCronExpressionin interfaceIViewerJob
-
getTaskType
-
execute
- Specified by:
executein interfaceIViewerJob
-