Class VersionCheckerJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class VersionCheckerJob
    extends Object
    implements org.quartz.Job
    This class is here for legacy reasons, to allow existing system with the old version checker class to exist and be instanced by quartz. The code here is a no-op, the new version checker job will remove the old one before it is added with the correct/new classname.
    • Constructor Detail

      • VersionCheckerJob

        public VersionCheckerJob()
    • Method Detail

      • getLogger

        public org.apache.commons.logging.Log getLogger()
      • execute

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