Class UninterruptableWaiter


  • public class UninterruptableWaiter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void doWait​(java.lang.Object waiter)  
      static void doWait​(java.lang.Object waiter, long timeout)  
      • Methods inherited from class java.lang.Object

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

      • UninterruptableWaiter

        public UninterruptableWaiter()
    • Method Detail

      • doWait

        public static void doWait​(java.lang.Object waiter)
      • doWait

        public static void doWait​(java.lang.Object waiter,
                                  long timeout)