Class BusinessStreamNotificationSchedulerService
- java.lang.Object
-
- org.ikasan.dashboard.schedule.AbstractDashboardSchedulerService
-
- org.ikasan.dashboard.notification.service.BusinessStreamNotificationSchedulerService
-
public class BusinessStreamNotificationSchedulerService extends AbstractDashboardSchedulerService
-
-
Field Summary
-
Fields inherited from class org.ikasan.dashboard.schedule.AbstractDashboardSchedulerService
dashboardJobDetailsMap, dashboardJobsMap, scheduledJobFactory
-
-
Constructor Summary
Constructors Constructor Description BusinessStreamNotificationSchedulerService(org.quartz.Scheduler scheduler, org.ikasan.scheduler.ScheduledJobFactory scheduledJobFactory, java.util.List<BusinessStreamNotificationJob> businessStreamNotificationJobs)
-
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
-
BusinessStreamNotificationSchedulerService
public BusinessStreamNotificationSchedulerService(org.quartz.Scheduler scheduler, org.ikasan.scheduler.ScheduledJobFactory scheduledJobFactory, java.util.List<BusinessStreamNotificationJob> businessStreamNotificationJobs)
-
-
Method Detail
-
registerJobs
@PostConstruct public void registerJobs()
- Specified by:
registerJobsin classAbstractDashboardSchedulerService
-
-