Package skyview.util

Class SetTimeout


  • public class SetTimeout
    extends java.lang.Object
    Used to force a process to timeout after a period of time
    • Constructor Summary

      Constructors 
      Constructor Description
      SetTimeout()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void runThread()  
      static void set()  
      void set​(long time)  
      • Methods inherited from class java.lang.Object

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

      • SetTimeout

        public SetTimeout()
    • Method Detail

      • set

        public void set​(long time)
      • set

        public static void set()
      • runThread

        public static void runThread()