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>
IOException
public T get() throws InterruptedException, ExecutionException, IOException
get
in interface RemoteFuture<T>
InterruptedException
ExecutionException
IOException
public T get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException, IOException
get
in interface RemoteFuture<T>
InterruptedException
ExecutionException
TimeoutException
IOException
public boolean isCancelled() throws IOException
isCancelled
in interface RemoteFuture<T>
IOException
public boolean isDone() throws IOException
isDone
in interface RemoteFuture<T>
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.