Class DirectoryPollerJobRunner

java.lang.Object
com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
All Implemented Interfaces:
com.atlassian.scheduler.JobRunner

public class DirectoryPollerJobRunner extends Object implements com.atlassian.scheduler.JobRunner
See Also:
  • Field Details

    • JOB_RUNNER_KEY

      public static final com.atlassian.scheduler.config.JobRunnerKey JOB_RUNNER_KEY
    • PARAM_DIRECTORY_ID

      public static final String PARAM_DIRECTORY_ID
      See Also:
    • PARAM_SYNC_MODE

      public static final String PARAM_SYNC_MODE
      See Also:
  • Constructor Details

  • Method Details

    • register

      public void register()
    • runJob

      public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request)
      Specified by:
      runJob in interface com.atlassian.scheduler.JobRunner
    • unregister

      public void unregister()