public interface PeriodicExecutor
Schedule
.Modifier and Type | Method and Description |
---|---|
PeriodicJob |
addJob(Schedule schedule,
String name,
Runnable job)
Adds a job to be executed.
|
PeriodicJob addJob(Schedule schedule, String name, Runnable job)
ParallelExecutor.invoke(org.apache.tapestry5.ioc.Invokable)
), as determined by the schedule.schedule
- defines when the job will next executename
- a name used in debugging output related to the jobjob
- a Runnable object that represents the work to be done${project.version} - Copyright © 2003-2015 The Apache Software Foundation.