Class ArchiveFilesUpdateJob

java.lang.Object
io.dropwizard.jobs.Job
org.ctan.site.jobs.ArchiveFilesUpdateJob
All Implemented Interfaces:
org.quartz.Job

public class ArchiveFilesUpdateJob extends io.dropwizard.jobs.Job
The class ArchiveFilesUpdateJob contains the TODO gene.
  • Field Summary

    Fields inherited from class io.dropwizard.jobs.Job

    DROPWIZARD_JOBS_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    This is the constructor for CatalogueUpdateTask.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doJob(org.quartz.JobExecutionContext context)

    Methods inherited from class io.dropwizard.jobs.Job

    execute, getGroupName, getMetricRegistry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ArchiveFilesUpdateJob

      public ArchiveFilesUpdateJob(@NonNull @NonNull ArchiveFilesUpdateService service)
      This is the constructor for CatalogueUpdateTask.
      Parameters:
      service - the underlying service
  • Method Details

    • doJob

      public void doJob(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      doJob in class io.dropwizard.jobs.Job
      Throws:
      org.quartz.JobExecutionException
      See Also:
      • Job.doJob(org.quartz.JobExecutionContext)