|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.async.Schedule
org.jboss.seam.async.CronSchedule
public class CronSchedule
A "cron schedule" for a timed event executed by the Quartz CronTrigger.
| Constructor Summary | |
|---|---|
CronSchedule(java.util.Date expiration,
java.lang.String cron)
|
|
CronSchedule(java.lang.Long duration,
java.lang.String cron)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jboss.seam.async.Schedule |
|---|
equals, getDuration, getExpiration, getFinalExpiration, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CronSchedule(java.lang.Long duration,
java.lang.String cron)
duration - the delay before the first event occurscron - the unix cron string to control how the events are repeated
public CronSchedule(java.util.Date expiration,
java.lang.String cron)
expiration - the datetime at which the first event occurscron - the unix cron string to control how the events are repeated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||