Package com.ibm.di.util
Class Schedule
- java.lang.Object
-
- com.ibm.di.util.Schedule
-
public class Schedule extends java.lang.Object
Class used to compute the next date a Scheduler will be run
-
-
Constructor Summary
Constructors Constructor Description Schedule(java.lang.String schedule)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getNext(java.util.Date current)
Computes the next date after the given date.
-