CronSchedulableJob

public class CronSchedulableJob implements Serializable

Schedulable Job - a data carrier class for a scheduled job that can be fired unlimited number of times as specified with the cron expression

Author:Igor (iopushnyev@2paths.com) Date: 16/02/11 Time: 1:43 PM

Constructors

CronSchedulableJob

public CronSchedulableJob(MotechEvent motechEvent, String cronExpression, Date startTime, Date endTime)

CronSchedulableJob

public CronSchedulableJob(MotechEvent motechEvent, String cronExpression)

CronSchedulableJob

public CronSchedulableJob(MotechEvent motechEvent, String cronExpression, Date startTime, Date endTime, boolean ignorePastFiresAtStart)

Methods

equals

public boolean equals(Object obj)

getCronExpression

public String getCronExpression()

getEndTime

public Date getEndTime()

getMotechEvent

public MotechEvent getMotechEvent()

getStartTime

public Date getStartTime()

hashCode

public int hashCode()

isIgnorePastFiresAtStart

public boolean isIgnorePastFiresAtStart()

toString

public String toString()