T - public class RemoteFutureImpl<T> extends Object implements RemoteFuture<T>
Future but whose methods
 throw IOException and are therefore compatible with
 Remote and Exporter.public boolean cancel(boolean mayInterruptIfRunning)
               throws IOException
cancel in interface RemoteFuture<T>IOExceptionpublic T get() throws InterruptedException, ExecutionException, IOException
get in interface RemoteFuture<T>InterruptedExceptionExecutionExceptionIOExceptionpublic T get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException, IOException
get in interface RemoteFuture<T>InterruptedExceptionExecutionExceptionTimeoutExceptionIOExceptionpublic boolean isCancelled()
                    throws IOException
isCancelled in interface RemoteFuture<T>IOExceptionpublic boolean isDone()
               throws IOException
isDone in interface RemoteFuture<T>IOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.