|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schedule | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
PeriodicJob |
PeriodicExecutor.addJob(Schedule schedule,
String name,
Runnable job)
Adds a job to be executed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||