Class SystemCurrentTimeMillisClock

java.lang.Object
org.jmxtrans.agent.util.time.SystemCurrentTimeMillisClock
All Implemented Interfaces:
Clock

public class SystemCurrentTimeMillisClock
extends java.lang.Object
implements Clock
Author:
Kristoffer Erlandsson
  • Constructor Summary

    Constructors
    Constructor Description
    SystemCurrentTimeMillisClock()  
  • Method Summary

    Modifier and Type Method Description
    long getCurrentTimeMillis()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SystemCurrentTimeMillisClock

      public SystemCurrentTimeMillisClock()
  • Method Details