|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutException | |
edu.oswego.cs.dl.util.concurrent | Standardized, efficient utility classes commonly encountered in concurrent programming. |
Uses of TimeoutException in edu.oswego.cs.dl.util.concurrent |
Methods in edu.oswego.cs.dl.util.concurrent that throw TimeoutException | |
Object |
attemptRendezvous(Object x,
long msecs)
Wait msecs to complete a rendezvous. |
int |
attemptBarrier(long msecs)
Enter barrier and wait at most msecs for the other parties()-1 threads. |
Object |
timedGet(long msecs)
Wait at most msecs to access the reference. |
|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |