org.jboss.seam.async
public class Schedule extends Object implements Serializable
public Schedule(Long duration, Date expiration)
duration
- the delay before the event occursexpiration
- the datetime at which the event occurspublic Schedule(Long duration, Date expiration, Date finalExpiration)
duration
- the delay before the event occursexpiration
- the datetime at which the event occursfinalExpiration
- the datetime at which the event endspublic Schedule(Long duration)
duration
- the delay before the event occurspublic Schedule(Date expiration)
expiration
- the datetime at which the event occurspublic Schedule()
Copyright © 2015 Seam Framework. All Rights Reserved.