Class MxTimeStamp


  • public final class MxTimeStamp
    extends java.lang.Object
    Manages an identifier that can be used as a time stamp.

    This static class can be used to get a new value for a time stamp. Each call to getTimeStamp() increases the time stamp, so every call to this method will return a new value. This class is useful (but only one possible way) to implement the getTimeStamp method of a MeshViz XLM interface.
    Note: This class is not thread safe and should not be used in a multi-threaded application.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long getTimeStamp()
      Returns a new time stamp value.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTimeStamp

        public static long getTimeStamp()
        Returns a new time stamp value.
        Returns:
        a time stamp value