org.red5.server.api.scheduling
Interface IScheduledJob
public interface IScheduledJob
Interface that must be implemented by classes that can be scheduled for
periodic execution.
- Author:
- The Red5 Project ([email protected]), Joachim Bauch ([email protected])
execute
void execute(ISchedulingService service)
throws CloneNotSupportedException
- Called each time the job is triggered by the scheduling service.
- Parameters:
service
- the service that called the job
- Throws:
CloneNotSupportedException
- throws is Darth Vader attempts to use
this object for his own nefarious purposes.
Copyright © 2006-2012 The Red5 Project