|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.interceptors.ScheduleDecorator
com.amazonaws.services.simpleworkflow.flow.spring.CronDecorator
public class CronDecorator
Repeats any call to the decorated object according to a schedule specified using unix "cron" syntax.
Relies on CronSequenceGenerator for cron parsing and interpretation.
| Constructor Summary | |
|---|---|
CronDecorator(java.lang.String cronExpression,
java.util.Date expiration,
java.util.TimeZone timeZone,
WorkflowClock clock)
|
|
| Method Summary |
|---|
| Methods inherited from class com.amazonaws.services.simpleworkflow.flow.interceptors.ScheduleDecorator |
|---|
decorate, decorate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CronDecorator(java.lang.String cronExpression,
java.util.Date expiration,
java.util.TimeZone timeZone,
WorkflowClock clock)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||