Class UJMPTimer


  • public class UJMPTimer
    extends java.util.Timer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int runningId  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UJMPTimer​(java.lang.String label)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static UJMPTimer newInstance​(java.lang.String label)  
      • Methods inherited from class java.util.Timer

        cancel, purge, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • runningId

        private static int runningId
    • Constructor Detail

      • UJMPTimer

        private UJMPTimer​(java.lang.String label)
    • Method Detail

      • newInstance

        public static final UJMPTimer newInstance​(java.lang.String label)