Executor
public class StandardThreadPool extends Object implements Executor
Constructor | Description |
---|---|
StandardThreadPool(int maxThreads) |
Modifier and Type | Method | Description |
---|---|---|
void |
execute(Runnable command) |
|
void |
stop() |
TODO wont this hang if some tasks are sufficiently badly behaved?
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.