|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeIncrement | |
|---|---|
| net.spy.cron | Cron type functionality in Java |
| net.spy.net | Spy Network Stuff |
| Uses of TimeIncrement in net.spy.cron |
|---|
| Subclasses of TimeIncrement in net.spy.cron | |
|---|---|
class |
SimpleTimeIncrement
A simple time increment implemenation. |
| Methods in net.spy.cron that return TimeIncrement | |
|---|---|
protected TimeIncrement |
Job.getTimeIncrement()
Get the current TimeIncrement object incrementing the time on this job. |
| Constructors in net.spy.cron with parameters of type TimeIncrement | |
|---|---|
Job(java.lang.String nm,
java.util.Date startDate,
TimeIncrement ti)
Get a new recurring Job with the given name and start date that will run on an interval defined by the TimeIncrement. |
|
MainJob(java.lang.ClassLoader cl,
java.lang.String cName,
java.lang.String[] a,
java.util.Date startDate,
TimeIncrement ti)
Get a new ``cron style'' MainJob. |
|
| Uses of TimeIncrement in net.spy.net |
|---|
| Constructors in net.spy.net with parameters of type TimeIncrement | |
|---|---|
URLItem(java.net.URL u,
java.util.Date startDate,
TimeIncrement ti)
Get an instance of URLItem. |
|
URLItem(java.net.URL u,
TimeIncrement ti)
Get a new URLItem with the given interval. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||