Ejemplo n.º 1
0
 public void waitForConfirmsOrDie(long timeout)
     throws IOException, InterruptedException, TimeoutException {
   delegate.waitForConfirmsOrDie(timeout);
 }
Ejemplo n.º 2
0
 public void waitForConfirmsOrDie() throws IOException, InterruptedException {
   delegate.waitForConfirmsOrDie();
 }