public interface IScheduledJob
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ISchedulingService service)
Called each time the job is triggered by the scheduling service.
|
void execute(ISchedulingService service) throws CloneNotSupportedException
service - the service that called the jobCloneNotSupportedException - throws if Darth Vader attempts to use this object for his own nefarious purposes.Copyright © 2005–2017 Red5. All rights reserved.