public interface ThreadPoolChooser
Modifier and Type | Method and Description |
---|---|
ThreadPool |
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 |
getThreadPool(int id)
This method is used to return an instance of ThreadPool that is obtained
by using the id argument passed to it.
|
String[] |
getThreadPoolIds()
This method is a convenience method to see what threadpool-ids are being
used by the ThreadPoolChooser
|
ThreadPool getThreadPool()
ThreadPool getThreadPool(int id)
String[] getThreadPoolIds()
Copyright © 2016 JBoss by Red Hat. All rights reserved.