eu.xtreemos.xosd.cron
Class CronDaemonReccurEntry

java.lang.Object
  extended by eu.xtreemos.xosd.cron.CronDaemonEntry
      extended by eu.xtreemos.xosd.cron.CronDaemonReccurEntry
Direct Known Subclasses:
CronDaemonTest.TestCronEntry

public class CronDaemonReccurEntry
extends CronDaemonEntry


Field Summary
(package private)  int interval
           
(package private)  int nOccur
           
 
Fields inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
atTime
 
Constructor Summary
CronDaemonReccurEntry(java.util.GregorianCalendar time, int interval, int nOcuur)
           
 
Method Summary
 void execute()
           
 boolean isFinished()
           
 void recalcTime()
           
 
Methods inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
equals, time
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interval

int interval

nOccur

int nOccur
Constructor Detail

CronDaemonReccurEntry

public CronDaemonReccurEntry(java.util.GregorianCalendar time,
                             int interval,
                             int nOcuur)
Method Detail

execute

public void execute()
Overrides:
execute in class CronDaemonEntry

recalcTime

public void recalcTime()

isFinished

public boolean isFinished()