| Constructor and Description | 
|---|
DescribedFuture(Future<T> delegate,
               String description,
               StackTraceElement[] submissionTrace)  | 
public DescribedFuture(Future<T> delegate, String description, StackTraceElement[] submissionTrace)
public T get() throws InterruptedException, ExecutionException
get in interface Future<T>InterruptedExceptionExecutionExceptionpublic T get(long arg0, TimeUnit arg1) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<T>InterruptedExceptionExecutionExceptionTimeoutExceptionpublic boolean isCancelled()
isCancelled in interface Future<T>Copyright © 2009-2013 jclouds. All Rights Reserved.