Package org.red5.server.scheduling
Class QuartzSchedulingServiceJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.red5.server.scheduling.QuartzSchedulingServiceJob
- All Implemented Interfaces:
org.quartz.Job
Scheduled job that is registered in the Quartz scheduler.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
protected void
executeInternal
(org.quartz.JobExecutionContext executionContext) void
setJobDataMap
(org.quartz.JobDataMap jobDataMap) Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
-
Field Details
-
log
private org.slf4j.Logger log -
SCHEDULING_SERVICE
Scheduling service constant- See Also:
-
SCHEDULED_JOB
Scheduled job constant- See Also:
-
jobDataMap
private org.quartz.JobDataMap jobDataMapJob 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 classQuartzJobBean
- Throws:
org.quartz.JobExecutionException
-