| Package | Description |
|---|---|
| com.sun.corba.se.impl.orbutil.threadpool | |
| com.sun.corba.se.spi.orbutil.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 © 2019 JBoss by Red Hat. All rights reserved.