|
Apache Tomcat 7.0.28 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.tribes.util.ExecutorFactory
public class ExecutorFactory
| Constructor Summary | |
|---|---|
ExecutorFactory()
|
|
| Method Summary | |
|---|---|
static ExecutorService |
newThreadPool(int minThreads,
int maxThreads,
long maxIdleTime,
TimeUnit unit)
|
static ExecutorService |
newThreadPool(int minThreads,
int maxThreads,
long maxIdleTime,
TimeUnit unit,
ThreadFactory threadFactory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutorFactory()
| Method Detail |
|---|
public static ExecutorService newThreadPool(int minThreads,
int maxThreads,
long maxIdleTime,
TimeUnit unit)
public static ExecutorService newThreadPool(int minThreads,
int maxThreads,
long maxIdleTime,
TimeUnit unit,
ThreadFactory threadFactory)
|
Apache Tomcat 7.0.28 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||