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