Rice Pastry API

rice.environment.time.simple
Class SimpleTimeSource

java.lang.Object
  extended byrice.environment.time.simple.SimpleTimeSource
All Implemented Interfaces:
TimeSource

public class SimpleTimeSource
extends java.lang.Object
implements TimeSource

Uses System.currentTimeMillis() to generate time.

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
Jeff Hoye

Constructor Summary
SimpleTimeSource()
           
 
Method Summary
 long currentTimeMillis()
          Returns the System.currentTimeMillis();
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTimeSource

public SimpleTimeSource()
Method Detail

currentTimeMillis

public long currentTimeMillis()
Returns the System.currentTimeMillis();

Specified by:
currentTimeMillis in interface TimeSource
Returns:
DESCRIBE THE RETURN VALUE

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection