public class ThreadPoolToExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Field and Description |
|---|---|
private org.jboss.util.threadpool.ThreadPool |
pool |
| Constructor and Description |
|---|
ThreadPoolToExecutor() |
ThreadPoolToExecutor(org.jboss.util.threadpool.ThreadPool pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |
org.jboss.util.threadpool.ThreadPool |
getPool() |
void |
setPool(org.jboss.util.threadpool.ThreadPool pool) |