Interface DetectFuture

    • Method Detail

      • getException

        java.lang.Throwable getException()

        getException

        Returns:
        a Throwable object.
      • setServiceDetected

        void setServiceDetected​(boolean serviceDetected)

        setServiceDetected

        Parameters:
        serviceDetected - a boolean.
      • setException

        void setException​(java.lang.Throwable throwable)

        setException

        Parameters:
        throwable - a Throwable object.
      • awaitFor

        void awaitFor()
               throws java.lang.InterruptedException

        awaitFor

        Throws:
        java.lang.InterruptedException
      • awaitForUninterruptibly

        void awaitForUninterruptibly()

        awaitForUninterruptibly

      • isDone

        boolean isDone()

        isDone