Class StatusChangeWorker

  • All Implemented Interfaces:
    org.quartz.Job

    public class StatusChangeWorker
    extends Object
    implements org.quartz.Job
    Worker-class for the status-change-job
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • StatusChangeWorker

        public StatusChangeWorker()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext ctx)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException
      • readLong

        public static Long readLong​(String key,
                                    org.quartz.JobDataMap jobDataMap)