Class UserRegistrySynchronizerJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class UserRegistrySynchronizerJob
    extends java.lang.Object
    implements org.quartz.Job
    A scheduled job that regularly invokes a UserRegistrySynchronizer. Supports a synchronizeChangesOnly string parameter. When "false" means that the UserRegistrySynchronizer.synchronize(boolean, boolean) method will be called with a true forceUpdate argument rather than the default false.
    Author:
    dward
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext executionContext)  
      • Methods inherited from class java.lang.Object

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

      • UserRegistrySynchronizerJob

        public UserRegistrySynchronizerJob()
    • Method Detail

      • execute

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