Class TimeMarker


  • public class TimeMarker
    extends java.lang.Object
    This is a class which uniquely identifiers a time marker, for the database layer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeMarker​(long timeValue)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long longValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeMarker

        public TimeMarker​(long timeValue)
        Constructor.
        Parameters:
        timeValue - is the time value.
    • Method Detail

      • longValue

        public long longValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object