Class LLServerClock
java.lang.Object
com.io7m.looseleaf.server.internal.LLServerClock
- All Implemented Interfaces:
LLServiceType
A service that exposes a clock.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LLServerClock
A service that exposes a clock.- Parameters:
inClock- The clock
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceLLServiceType- Returns:
- The service description
-
now
- Returns:
- The current time to the nearest second
-
nowPrecise
- Returns:
- The current time
-