quickfix
Interface SystemTimeSource


public interface SystemTimeSource

Interface for obtaining system time. A system time source should be used instead of direct system time to facilitate unit testing.


Method Summary
 long getTime()
          Obtain the current time.
 

Method Detail

getTime

long getTime()
Obtain the current time.

Returns:
current (possible simulated) time