Class LdapDirectorySynchronisationSchedulerService
- java.lang.Object
-
- org.ikasan.dashboard.schedule.AbstractDashboardSchedulerService
-
- org.ikasan.dashboard.security.schedule.LdapDirectorySynchronisationSchedulerService
-
public class LdapDirectorySynchronisationSchedulerService extends AbstractDashboardSchedulerService
-
-
Field Summary
-
Fields inherited from class org.ikasan.dashboard.schedule.AbstractDashboardSchedulerService
dashboardJobDetailsMap, dashboardJobsMap, scheduledJobFactory
-
-
Constructor Summary
Constructors Constructor Description LdapDirectorySynchronisationSchedulerService(org.quartz.Scheduler scheduler, org.ikasan.scheduler.ScheduledJobFactory scheduledJobFactory, org.ikasan.security.service.SecurityService securityService, org.ikasan.security.service.LdapService ldapService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterJobs()-
Methods inherited from class org.ikasan.dashboard.schedule.AbstractDashboardSchedulerService
addJob, getCronTrigger, removeJob
-
-
-
-
Constructor Detail
-
LdapDirectorySynchronisationSchedulerService
public LdapDirectorySynchronisationSchedulerService(org.quartz.Scheduler scheduler, org.ikasan.scheduler.ScheduledJobFactory scheduledJobFactory, org.ikasan.security.service.SecurityService securityService, org.ikasan.security.service.LdapService ldapService)
-
-
Method Detail
-
registerJobs
@PostConstruct public void registerJobs()
- Specified by:
registerJobsin classAbstractDashboardSchedulerService
-
-