Class SharedFolderPatch.SharedFolderPatchJob

  • All Implemented Interfaces:
    org.quartz.Job
    Enclosing class:
    SharedFolderPatch

    public static class SharedFolderPatch.SharedFolderPatchJob
    extends Object
    implements org.quartz.Job
    Job to initiate the SharedFolderPatch if it has been deferred
    Since:
    4.2
    Author:
    Mark Rogers
    • Constructor Detail

      • SharedFolderPatchJob

        public SharedFolderPatchJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Calls the cleaner to do its work
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException