Uses of Class
org.almendra.commons.threads.TimeoutException

Packages that use TimeoutException
org.almendra.commons.threads   
 

Uses of TimeoutException in org.almendra.commons.threads
 

Methods in org.almendra.commons.threads that throw TimeoutException
 void Future.acquire(long timeoutInMillisOrZero)
          Make the calling thread wait till the result has arrived.
 java.io.Serializable FutureResult.getResult(int timeoutPeriod)
          Returns the result.
protected  void Future.primAcquire(long milliseconds)
          Utility method to block the calling thread until the result has arrived or the timeout period expired.