com.google.code.tempusfugit.concurrency
Interface TimeoutableCompletionService

All Known Implementing Classes:
DefaultTimeoutableCompletionService

public interface TimeoutableCompletionService


Method Summary
<T> List<T>
submit(List<? extends Callable<T>> tasks)
           
 

Method Detail

submit

<T> List<T> submit(List<? extends Callable<T>> tasks)
               throws ExecutionException,
                      TimeoutException
Throws:
ExecutionException
TimeoutException


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.