net.commerce.zocalo.user
Class RepeatedScheduler

java.lang.Object
  extended by net.commerce.zocalo.user.RepeatedScheduler

public class RepeatedScheduler
extends java.lang.Object

Schedule a RepeatableTask repeatedly (at intervals of PERIOD) until it says it's done.


Constructor Summary
RepeatedScheduler(RepeatableTask task, long initialDelay)
           
 
Method Summary
 void startScheduling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatedScheduler

public RepeatedScheduler(RepeatableTask task,
                         long initialDelay)
Method Detail

startScheduling

public void startScheduling()