ePOST API

rice.environment.time.simple
Class SimpleTimeSource

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

public class SimpleTimeSource
extends java.lang.Object
implements TimeSource

Uses System.currentTimeMillis() to generate time.

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:
the current time in millis

ePOST API

Copyright © 2001-2005 - Rice Pastry.