Package PamUtils.time

Class TimeCorrection

java.lang.Object
PamUtils.time.TimeCorrection

public class TimeCorrection extends Object
Class to hold time correction information
Author:
Doug Gillespie
  • Constructor Details

    • TimeCorrection

      public TimeCorrection(long systemTime, long correctedTime, String source)
  • Method Details

    • getSystemTime

      public long getSystemTime()
      Returns:
      the systemTime
    • getCorrectedTime

      public long getCorrectedTime()
      Returns:
      the correctedTime
    • getCorrection

      public long getCorrection()
      Get the correction to be applied to the system time in milliseconds.
      Returns:
      correction in milliseconds.
    • getSource

      public String getSource()
      Returns:
      the source