Class TimedTask

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.time.LocalDateTime executionTime  
      private java.util.UUID uuid  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TimedTask()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Field Detail

      • executionTime

        private java.time.LocalDateTime executionTime
      • uuid

        private final java.util.UUID uuid
    • Constructor Detail

      • TimedTask

        protected TimedTask()