com.ibm.commerce.edp.utils

Class Timer

  • java.lang.Object
    • com.ibm.commerce.edp.utils.Timer


  • public class Timer
    extends java.lang.Object
    Timer that provides current time in milliseconds.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Timer() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static long getTime()
      This method returns current system time.
      • Methods inherited from class java.lang.Object

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

      • Timer

        public Timer()
    • Method Detail

      • getTime

        public static long getTime()
        This method returns current system time.
        Returns:
        long The current system time