Class UpdateTagScopesQuartzJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class UpdateTagScopesQuartzJob
    extends java.lang.Object
    implements org.quartz.Job
    Finds Tag Scope updates that haven't been applied, and triggers then to be run. Works with the UpdateTagScopesActionExecuter, and is typically run after server restart. Also refer to scheduled-jobs-context.xml for more information
    • Constructor Detail

      • UpdateTagScopesQuartzJob

        public UpdateTagScopesQuartzJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Finds the tag scopes to be updated, and has them worked on
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException