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>
InterruptedException
ExecutionException
public T get(long arg0, TimeUnit arg1) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future<T>
InterruptedException
ExecutionException
TimeoutException
public boolean isCancelled()
isCancelled
in interface Future<T>
Copyright © 2009-2013 jclouds. All Rights Reserved.