| Package | Description |
|---|---|
| com.sun.corba.se.spi.orbutil.threadpool |
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
ThreadPoolManager.getDefaultThreadPool()
Returns the first instance of ThreadPool in the ThreadPoolManager
|
ThreadPool |
WorkQueue.getThreadPool()
Get the ThreadPool instance servicing this WorkQueue
|
ThreadPool |
ThreadPoolChooser.getThreadPool()
This method is used to return an instance of ThreadPool based on the
strategy/policy implemented in the ThreadPoolChooser from the set of
ThreadPools allowed to be used by the ORB.
|
ThreadPool |
ThreadPoolManager.getThreadPool(int numericIdForThreadpool)
This method will return an instance of the threadpool given a numeric
threadpoolId.
|
ThreadPool |
ThreadPoolChooser.getThreadPool(int id)
This method is used to return an instance of ThreadPool that is obtained
by using the id argument passed to it.
|
ThreadPool |
ThreadPoolManager.getThreadPool(String threadpoolId)
This method will return an instance of the threadpool given a
threadpoolId, that can be used by any component in the app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueue.setThreadPool(ThreadPool aThreadPool)
Set the ThreadPool instance servicing this WorkQueue
|
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.