Class BlockingResponseReceiver<E>

    • Constructor Detail

      • BlockingResponseReceiver

        public BlockingResponseReceiver()
    • Method Detail

      • wait4response

        public void wait4response​(long timeoutMSec)
                           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • isResponseReceived

        public boolean isResponseReceived()
      • getException

        public java.lang.Exception getException()
      • getResponse

        public E getResponse()