Ejemplo n.º 1
0
 public boolean waitForConfirms(long timeout) throws InterruptedException, TimeoutException {
   return delegate.waitForConfirms(timeout);
 }
Ejemplo n.º 2
0
 public boolean waitForConfirms() throws InterruptedException {
   return delegate.waitForConfirms();
 }