javatools.cron
Class Cron.CronEntry

java.lang.Object
  |
  +--javatools.cron.Cron.CronEntry
Enclosing class:
Cron

class Cron.CronEntry
extends java.lang.Object

A private class that we use to keep track of all the timetable entries we have. We need to remember the last event occuring on each timetable as well as how many events scheduled for each crontabEntry.


Constructor Summary
(package private) Cron.CronEntry(CrontabEntryInterface crontabEntry, long now)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cron.CronEntry

Cron.CronEntry(CrontabEntryInterface crontabEntry,
               long now)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object