Package org.jmxtrans.agent.util.time
Class SystemCurrentTimeMillisClock
java.lang.Object
org.jmxtrans.agent.util.time.SystemCurrentTimeMillisClock
- All Implemented Interfaces:
Clock
public class SystemCurrentTimeMillisClock extends Object implements Clock
- Author:
- Kristoffer Erlandsson
-
Constructor Summary
Constructors Constructor Description SystemCurrentTimeMillisClock() -
Method Summary
Modifier and Type Method Description longgetCurrentTimeMillis()
-
Constructor Details
-
SystemCurrentTimeMillisClock
public SystemCurrentTimeMillisClock()
-
-
Method Details
-
getCurrentTimeMillis
public long getCurrentTimeMillis()- Specified by:
getCurrentTimeMillisin interfaceClock
-