Package com.sun.corba.ee.spi.threadpool
Class ThreadPoolFactory
java.lang.Object
com.sun.corba.ee.spi.threadpool.ThreadPoolFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a bounded thread pool in the current thread group with the current context ClassLoader as the worker thread default ClassLoader.create
(int minSize, int maxSize, long timeout, String threadpoolName, ClassLoader defaultClassLoader) Create a bounded thread pool in the current thread group with the given ClassLoader as the worker thread default ClassLoader.Create an unbounded thread pool in the current thread group with the current context ClassLoader as the worker thread default ClassLoader.create
(ThreadGroup tg, String threadpoolName) Create an unbounded thread pool in the given thread group with the current context ClassLoader as the worker thread default ClassLoader.create
(ThreadGroup tg, String threadpoolName, ClassLoader defaultClassLoader) Create an unbounded thread pool in the given thread group with the given ClassLoader as the worker thread default ClassLoader.
-
Constructor Details
-
ThreadPoolFactory
public ThreadPoolFactory()
-
-
Method Details
-
create
Create an unbounded thread pool in the current thread group with the current context ClassLoader as the worker thread default ClassLoader. -
create
Create an unbounded thread pool in the given thread group with the current context ClassLoader as the worker thread default ClassLoader. -
create
Create an unbounded thread pool in the given thread group with the given ClassLoader as the worker thread default ClassLoader. -
create
Create a bounded thread pool in the current thread group with the current context ClassLoader as the worker thread default ClassLoader. -
create
public ThreadPool create(int minSize, int maxSize, long timeout, String threadpoolName, ClassLoader defaultClassLoader) Create a bounded thread pool in the current thread group with the given ClassLoader as the worker thread default ClassLoader.
-