Uses of Interface
org.apache.tapestry5.ioc.services.cron.Schedule
-
Packages that use Schedule Package Description org.apache.tapestry5.ioc.internal.services.cron [INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change.org.apache.tapestry5.ioc.services.cron Support for cron-like services in Tapestry IOC -
-
Uses of Schedule in org.apache.tapestry5.ioc.internal.services.cron
Methods in org.apache.tapestry5.ioc.internal.services.cron with parameters of type Schedule Modifier and Type Method Description PeriodicJob
PeriodicExecutorImpl. addJob(Schedule schedule, String name, Runnable job)
-
Uses of Schedule in org.apache.tapestry5.ioc.services.cron
Classes in org.apache.tapestry5.ioc.services.cron that implement Schedule Modifier and Type Class Description class
CronSchedule
class
IntervalSchedule
A very simple schedule, that simply executes the desired job at fixed intervals.Methods in org.apache.tapestry5.ioc.services.cron with parameters of type Schedule Modifier and Type Method Description PeriodicJob
PeriodicExecutor. addJob(Schedule schedule, String name, Runnable job)
Adds a job to be executed.
-