uk.org.toot.transport
Class SystemTimeSource

java.lang.Object
  extended by uk.org.toot.transport.SystemTimeSource
All Implemented Interfaces:
TimeSource

public class SystemTimeSource
extends java.lang.Object
implements TimeSource

A concrete implementation of a TimeSource using System.nanoTime()


Constructor Summary
SystemTimeSource(Transport t)
           
 
Method Summary
 long getMicrosecondLocation()
          called by Slaves
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTimeSource

public SystemTimeSource(Transport t)
Method Detail

getMicrosecondLocation

public long getMicrosecondLocation()
called by Slaves

Specified by:
getMicrosecondLocation in interface TimeSource


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.