org.jutil.util
Class SyncTime

java.lang.Object
  extended by org.jutil.util.SyncTime

public class SyncTime
extends java.lang.Object


Constructor Summary
SyncTime()
           
 
Method Summary
 long getUniqueTime()
          Creates a unique Time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncTime

public SyncTime()
Method Detail

getUniqueTime

public long getUniqueTime()
Creates a unique Time. This time is unique under the following conditions: a) the machine takes more than DELAY to reboot, and b) the machine's clock is never set backward.

Since:
JDK1.1