|
foundry-0.9.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoThreadException | |
foundry.threads |
Uses of NoThreadException in foundry.threads |
Subclasses of NoThreadException in foundry.threads | |
class |
ThreadPoolClosedException
|
Methods in foundry.threads that throw NoThreadException | |
Thread |
ThreadPool.start(Runnable target)
Waits for a ThreadPool.PooledThread to become available and starts a
Runnable in it. |
Thread |
ThreadPool.start(Runnable target,
long timeout)
Waits for a ThreadPool.PooledThread to become available and starts a
Runnable in it. |
Thread |
ThreadPool.start(Runnable target,
String name)
Waits for a ThreadPool.PooledThread to become available and starts a
Runnable in it. |
Thread |
ThreadPool.start(Runnable target,
long timeout,
String name)
Waits for a ThreadPool.PooledThread to become available and starts a
Runnable in it. |
private Thread |
ThreadPool.start0(Runnable target,
long timeout,
String name)
|
|
foundry-0.9.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |