Uses of Interface
org.apache.tapestry5.ioc.services.cron.PeriodicExecutor
-
Packages that use PeriodicExecutor 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.modules -
-
Uses of PeriodicExecutor in org.apache.tapestry5.ioc.internal.services.cron
Classes in org.apache.tapestry5.ioc.internal.services.cron that implement PeriodicExecutor Modifier and Type Class Description class
PeriodicExecutorImpl
-
Uses of PeriodicExecutor in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules with parameters of type PeriodicExecutor Modifier and Type Method Description static void
TapestryIOCModule. contributeRegistryStartup(OrderedConfiguration<Runnable> configuration, PeriodicExecutor periodicExecutor)
-