Uses of Class
cz.cuni.amis.pogamut.base.utils.future.ComponentFutureException

Packages that use ComponentFutureException
cz.cuni.amis.pogamut.base.utils.future   
 

Uses of ComponentFutureException in cz.cuni.amis.pogamut.base.utils.future
 

Methods in cz.cuni.amis.pogamut.base.utils.future that throw ComponentFutureException
 RESULT ComponentFuture.get()
          Blocks until the future is computed and then returns the result of the computation.
 RESULT ComponentFuture.get(long timeout, TimeUnit unit)
          Blocks until the future is computed (or timeout) and then returns the result of the computation.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.