Class HvlNotificationPollingJob

java.lang.Object
tr.com.havelsan.javarch.notification.polling.starter.scheduling.HvlNotificationPollingJob
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class HvlNotificationPollingJob extends Object implements org.quartz.Job
Quartz Job for Notification Polling.
  • Constructor Details

    • HvlNotificationPollingJob

      public HvlNotificationPollingJob(HvlNotificationPollingUserService notificationPollingUserService)
      Instantiates a new HvlNotificationPollingJob.
      Parameters:
      notificationPollingUserService - the notification polling user service
  • Method Details

    • execute

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