Uses of Interface
org.apache.tapestry5.ioc.services.cron.Schedule
Packages that use Schedule
Package
Description
[INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change.
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 ScheduleModifier and TypeMethodDescription -
Uses of Schedule in org.apache.tapestry5.ioc.services.cron
Classes in org.apache.tapestry5.ioc.services.cron that implement ScheduleModifier and TypeClassDescriptionclass
class
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 ScheduleModifier and TypeMethodDescriptionAdds a job to be executed.