org.red5.server.scheduling
Class QuartzSchedulingServiceJob
java.lang.Object
org.red5.server.scheduling.QuartzSchedulingServiceJob
- All Implemented Interfaces:
- org.quartz.Job
public class QuartzSchedulingServiceJob
- extends Object
- implements org.quartz.Job
Scheduled job that is registered in the Quartz scheduler.
- Author:
- The Red5 Project ([email protected]), Joachim Bauch ([email protected])
Method Summary |
void |
execute(org.quartz.JobExecutionContext arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEDULING_SERVICE
protected static final String SCHEDULING_SERVICE
- Scheduling service constant
- See Also:
- Constant Field Values
SCHEDULED_JOB
protected static final String SCHEDULED_JOB
- Scheduled job constant
- See Also:
- Constant Field Values
QuartzSchedulingServiceJob
public QuartzSchedulingServiceJob()
execute
public void execute(org.quartz.JobExecutionContext arg0)
throws org.quartz.JobExecutionException
-
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2006-2012 The Red5 Project