| Package | Description |
|---|---|
| com.sun.corba.ee.impl.threadpool | |
| com.sun.corba.ee.spi.threadpool |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolChooser |
ThreadPoolManagerImpl.getThreadPoolChooser(int componentIndex)
Return an instance of ThreadPoolChooser based on the componentIndex that was
passed as argument.
|
ThreadPoolChooser |
ThreadPoolManagerImpl.getThreadPoolChooser(String componentId)
Return an instance of ThreadPoolChooser based on the componentId that was
passed as argument
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolManagerImpl.setThreadPoolChooser(String componentId,
ThreadPoolChooser aThreadPoolChooser)
Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolChooser |
ThreadPoolManager.getThreadPoolChooser(int componentIndex)
Return an instance of ThreadPoolChooser based on the componentIndex that was
passed as argument.
|
ThreadPoolChooser |
ThreadPoolManager.getThreadPoolChooser(String componentId)
Return an instance of ThreadPoolChooser based on the componentId that was
passed as argument
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolManager.setThreadPoolChooser(String componentId,
ThreadPoolChooser aThreadPoolChooser)
Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.