public class TimeSourceServiceImpl extends java.lang.Object implements TimeSourceService
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_SYSTEM_CURRENT_TIME
A public variable indicating whether to use the System millisecond time or
nano time, to be configured through the engine settings.
|
Constructor and Description |
---|
TimeSourceServiceImpl()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
long |
getTimeMillis()
Convenience method to get time in milliseconds
|
java.lang.String |
toString() |
public static boolean IS_SYSTEM_CURRENT_TIME
public long getTimeMillis()
getTimeMillis
in interface TimeSourceService
public java.lang.String toString()
toString
in class java.lang.Object