| Package | Description |
|---|---|
| com.sun.corba.ee.impl.threadpool | |
| com.sun.corba.ee.spi.threadpool |
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
ThreadPoolManagerImpl.getThreadPool(int numericIdForThreadpool)
This method will return an instance of the threadpool given a numeric threadpoolId.
|
ThreadPool |
ThreadPoolManagerImpl.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 |
|---|---|
ThreadPool |
ThreadPoolManager.getThreadPool(int numericIdForThreadpool)
This method will return an instance of the threadpool given a numeric threadpoolId.
|
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.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.