Class QuartzSchedulingServiceJob

java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.red5.server.scheduling.QuartzSchedulingServiceJob
All Implemented Interfaces:
org.quartz.Job

public class QuartzSchedulingServiceJob extends QuartzJobBean
Scheduled job that is registered in the Quartz scheduler.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Field Details

    • log

      private org.slf4j.Logger log
    • SCHEDULING_SERVICE

      protected static final String SCHEDULING_SERVICE
      Scheduling service constant
      See Also:
    • SCHEDULED_JOB

      protected static final String SCHEDULED_JOB
      Scheduled job constant
      See Also:
    • jobDataMap

      private org.quartz.JobDataMap jobDataMap
      Job data map
  • Constructor Details

    • QuartzSchedulingServiceJob

      public QuartzSchedulingServiceJob()
  • Method Details

    • setJobDataMap

      public void setJobDataMap(org.quartz.JobDataMap jobDataMap)
    • execute

      public void execute()
    • executeInternal

      protected void executeInternal(org.quartz.JobExecutionContext executionContext) throws org.quartz.JobExecutionException
      Specified by:
      executeInternal in class QuartzJobBean
      Throws:
      org.quartz.JobExecutionException