public class StandardThreadPool extends java.lang.Object implements java.util.concurrent.Executor
StandardThreadPool(int maxThreads)
void
execute(java.lang.Runnable command)
stop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StandardThreadPool(int maxThreads)
public void execute(java.lang.Runnable command)
execute
java.util.concurrent.Executor
public void stop()