|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPoolException | |
---|---|
de.bea.domingo.threadpool | Interface ThreadPool and a Implementation with Monitor. |
Uses of ThreadPoolException in de.bea.domingo.threadpool |
---|
Methods in de.bea.domingo.threadpool that throw ThreadPoolException | |
---|---|
void |
ThreadPool.resize(int newSize)
Resize the thread pool. |
void |
SimpleThreadPool.resize(int newSize)
Resize the thread pool. |
Constructors in de.bea.domingo.threadpool that throw ThreadPoolException | |
---|---|
SimpleThreadPool()
Constructor. |
|
SimpleThreadPool(DNotesMonitor monitor)
Constructor. |
|
SimpleThreadPool(DNotesMonitor monitor,
int numberOfThreads)
Constructor. |
|
SimpleThreadPool(DNotesMonitor monitor,
int numberOfThreads,
int threadPriority)
Constructor. |
|
SimpleThreadPool(DNotesMonitor monitor,
ThreadFactory threadFactory,
int numberOfThreads)
Constructor. |
|
SimpleThreadPool(DNotesMonitor theMonitor,
ThreadFactory theThreadFactory,
int theNumberOfThreads,
int theThreadPriority)
Constructor. |
|
SimpleThreadPool(int numberOfThreads)
Constructor. |
|
SimpleThreadPool(int numberOfThreads,
int threadPriority)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |