Class Wait

    • Constructor Detail

      • Wait

        public Wait()
    • Method Detail

      • getTimeout

        public long getTimeout()
      • setTimeout

        public void setTimeout​(long timeout)
      • toString

        public String toString()
        Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified by getTimeout(). The returned string will null be: " WAIT <TIMEOUT>"
        Overrides:
        toString in class Object
      • withTimeout

        public Wait withTimeout​(long timeout)