public org.jboss.threads.AsyncFuture.Status await(long timeout, TimeUnit unit)
     throws InterruptedException {
   return delegate.await(timeout, unit);
 }
 public org.jboss.threads.AsyncFuture.Status await() throws InterruptedException {
   return delegate.await();
 }