|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.cron.TimeIncrement
This object defines how a recurring job should increment itself.
| Constructor Summary | |
TimeIncrement()
Get a new TimeIncrement object. |
|
TimeIncrement(Calendar c)
Get a new TimeIncrement object using a specific Calendar. |
|
| Method Summary | |
Date |
nextDate(Date d)
Get the next value of this Date. |
void |
setField(int to)
Set Calendar field to increment. |
void |
setIncrement(int to)
Set the increment amount. |
String |
toString()
String me. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TimeIncrement()
public TimeIncrement(Calendar c)
| Method Detail |
public String toString()
public void setField(int to)
public void setIncrement(int to)
public Date nextDate(Date d)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||