eu.xtreemos.xosd.crondaemon
Class CronDaemonTest.TestCronEntry

java.lang.Object
  extended by eu.xtreemos.xosd.cron.CronDaemonEntry
      extended by eu.xtreemos.xosd.cron.CronDaemonReccurEntry
          extended by eu.xtreemos.xosd.crondaemon.CronDaemonTest.TestCronEntry
Enclosing class:
CronDaemonTest

 class CronDaemonTest.TestCronEntry
extends CronDaemonReccurEntry


Field Summary
 
Fields inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
atTime
 
Constructor Summary
CronDaemonTest.TestCronEntry(java.util.GregorianCalendar time, int interval, int ocuur)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class eu.xtreemos.xosd.cron.CronDaemonReccurEntry
isFinished, 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
 

Constructor Detail

CronDaemonTest.TestCronEntry

public CronDaemonTest.TestCronEntry(java.util.GregorianCalendar time,
                                    int interval,
                                    int ocuur)
Method Detail

execute

public void execute()
Overrides:
execute in class CronDaemonReccurEntry