Uses of Class
org.eclipse.ecf.core.util.TimeoutException

Packages that use TimeoutException
org.eclipse.ecf.core.util   
 

Uses of TimeoutException in org.eclipse.ecf.core.util
 

Methods in org.eclipse.ecf.core.util that throw TimeoutException
 java.lang.Object SingleOperationFuture.get(long waitTimeInMillis)
           
 java.lang.Object IFuture.get(long waitTimeInMillis)
          Waits if necessary for one or more operations to complete, and then returns result(s).
 java.lang.Object IAsyncResult.get(long msecs)
          Get the underlying result with limited wait time.
 java.lang.Object AsyncResult.get(long msecs)