Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.spring
Class CronDecorator

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.interceptors.ScheduleDecorator
      extended by com.amazonaws.services.simpleworkflow.flow.spring.CronDecorator
All Implemented Interfaces:
Decorator

public class CronDecorator
extends ScheduleDecorator

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(String cronExpression, Date expiration, 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

CronDecorator

public CronDecorator(String cronExpression,
                     Date expiration,
                     TimeZone timeZone,
                     WorkflowClock clock)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.