Class LdapDirectoryPoolPruner

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

public class LdapDirectoryPoolPruner extends Object implements com.atlassian.scheduler.JobRunner
  • Constructor Details

  • Method Details

    • registerListener

      @PostConstruct public void registerListener()
    • onDestroy

      @PreDestroy public void onDestroy()
    • onApplicationReady

      @EventListener public void onApplicationReady(ApplicationReadyEvent applicationStartedEvent) throws com.atlassian.scheduler.SchedulerServiceException
      Throws:
      com.atlassian.scheduler.SchedulerServiceException
    • registerJobRunner

      public void registerJobRunner() throws com.atlassian.scheduler.SchedulerServiceException
      Throws:
      com.atlassian.scheduler.SchedulerServiceException
    • runJob

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