|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.util.Schedule
public class Schedule
Class used to compute the next date a Scheduler will be run
| Constructor Summary | |
|---|---|
Schedule(java.lang.String schedule)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.Date |
getNext(java.util.Date current)
Computes the next date after the given date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Schedule(java.lang.String schedule)
throws java.lang.Exception
schedule -
java.lang.Exception| Method Detail |
|---|
public java.util.Date getNext(java.util.Date current)
throws java.lang.Exception
current - - If null, uses current date instead.
java.lang.Exception - If no date can be found.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||