org.red5.server.scheduling
Class QuartzSchedulingServiceJob
java.lang.Object
org.red5.server.scheduling.QuartzSchedulingServiceJob
- All Implemented Interfaces:
- Job
public class QuartzSchedulingServiceJob
- extends Object
- implements Job
Scheduled job that is registered in the Quartz scheduler.
- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
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(JobExecutionContext arg0)
throws JobExecutionException
-
- Specified by:
execute
in interface Job
- Throws:
JobExecutionException
Copyright © 2006-2010 The Red5 Project