|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.protocol.shared.StandardThreadPool
public class StandardThreadPool
Constructor Summary | |
---|---|
StandardThreadPool(int maxThreads)
|
Method Summary | |
---|---|
void |
execute(java.lang.Runnable command)
|
void |
stop()
TODO wont this hang if some tasks are sufficiently badly behaved? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardThreadPool(int maxThreads)
Method Detail |
---|
public void execute(java.lang.Runnable command)
execute
in interface java.util.concurrent.Executor
public void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |