Package org.apache.tapestry5.ioc.services.cron
package org.apache.tapestry5.ioc.services.cron
Support for cron-like services in Tapestry IOC
-
ClassDescriptionA very simple schedule, that simply executes the desired job at fixed intervals.A service that executes a job at intervals specified by a
Schedule
.Used withPeriodicExecutor
to control the schedule for when jobs execute.