net.spy.cron
Class SimpleTimeIncrement

java.lang.Object
  extended by net.spy.cron.TimeIncrement
      extended by net.spy.cron.SimpleTimeIncrement

public class SimpleTimeIncrement
extends TimeIncrement

A simple time increment implemenation.


Constructor Summary
SimpleTimeIncrement(int ms)
          Get an instance of SimpleTimeIncrement.
 
Method Summary
 
Methods inherited from class net.spy.cron.TimeIncrement
nextDate, setField, setIncrement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleTimeIncrement

public SimpleTimeIncrement(int ms)
Get an instance of SimpleTimeIncrement.

Parameters:
ms - The number of milliseconds to sleep.


Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.