Uses of Class
com.atlassian.util.concurrent.SettableFuture

Packages that use SettableFuture
com.atlassian.util.concurrent   
 

Uses of SettableFuture in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return SettableFuture
 SettableFuture<T> SettableFuture.set(T value)
          Set the value returned by get() and get(long, TimeUnit)
 SettableFuture<T> SettableFuture.setException(java.lang.Throwable throwable)
          Set the exception thrown as the causal exception of an ExecutionException by get() and get(long, TimeUnit)
 



Copyright © 2012 Atlassian. All Rights Reserved.