Uses of Class
org.omnaest.utils.structure.element.ExceptionHandledResult

Packages that use ExceptionHandledResult
org.omnaest.utils.operation.special   
org.omnaest.utils.threads   
 

Uses of ExceptionHandledResult in org.omnaest.utils.operation.special
 

Methods in org.omnaest.utils.operation.special that return ExceptionHandledResult
 ExceptionHandledResult<RESULT> OperationProducingExceptionHandledResult.execute(PARAMETER parameter)
           
 ExceptionHandledResult<RESULT> OperationExceptionHandledResult.execute(PARAMETER parameter)
           
 

Uses of ExceptionHandledResult in org.omnaest.utils.threads
 

Methods in org.omnaest.utils.threads that return ExceptionHandledResult
<V> ExceptionHandledResult<List<V>>
FutureTaskManager.waitForAllTasksToFinish()
          Uses the Future.get() to wait on all managed Futures until they are finished
static
<V> ExceptionHandledResult<V>
FutureTaskManager.waitForTaskToFinish(Future<V> future)
          Waits for a given Future to finish.
 



Copyright © 2013. All Rights Reserved.