org.apache.catalina.tribes.util
Class ExecutorFactory
java.lang.Object
org.apache.catalina.tribes.util.ExecutorFactory
public class ExecutorFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutorFactory
public ExecutorFactory()
newThreadPool
public static ExecutorService newThreadPool(int minThreads,
int maxThreads,
long maxIdleTime,
TimeUnit unit)
newThreadPool
public static ExecutorService newThreadPool(int minThreads,
int maxThreads,
long maxIdleTime,
TimeUnit unit,
ThreadFactory threadFactory)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.