|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mactor.framework.TestEngineThreadPool
public class TestEngineThreadPool
Nested Class Summary | |
---|---|
static class |
TestEngineThreadPool.TestRunnable
|
Constructor Summary | |
---|---|
TestEngineThreadPool(int maxNumberOfThreads)
|
Method Summary | |
---|---|
void |
addJob(TestEngineThreadPool.TestRunnable runnable)
Block until thread is available |
void |
join()
|
void |
terminate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestEngineThreadPool(int maxNumberOfThreads)
Method Detail |
---|
public void terminate()
public void addJob(TestEngineThreadPool.TestRunnable runnable)
runnable
- public void join()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |