Uses of Interface
com.sun.corba.ee.spi.threadpool.ThreadPool
Packages that use ThreadPool
-
Uses of ThreadPool in com.sun.corba.ee.impl.threadpool
Classes in com.sun.corba.ee.impl.threadpool that implement ThreadPoolFields in com.sun.corba.ee.impl.threadpool declared as ThreadPoolModifier and TypeFieldDescriptionprivate ThreadPool
ThreadPoolManagerImpl.threadPool
private ThreadPool
WorkQueueImpl.workerThreadPool
Methods in com.sun.corba.ee.impl.threadpool that return ThreadPoolModifier and TypeMethodDescriptionThreadPoolManagerImpl.getDefaultThreadPool()
Returns the first instance of ThreadPool in the ThreadPoolManagerThreadPoolManagerImpl.getThreadPool
(int numericIdForThreadpool) This method will return an instance of the threadpool given a numeric threadpoolId.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.WorkQueueImpl.getThreadPool()
Methods in com.sun.corba.ee.impl.threadpool with parameters of type ThreadPoolConstructors in com.sun.corba.ee.impl.threadpool with parameters of type ThreadPoolModifierConstructorDescriptionWorkQueueImpl
(ThreadPool workerThreadPool) WorkQueueImpl
(ThreadPool workerThreadPool, String name) -
Uses of ThreadPool in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool that return ThreadPoolModifier and TypeMethodDescriptionCreate a bounded thread pool in the current thread group with the current context ClassLoader as the worker thread default ClassLoader.ThreadPoolFactory.create
(int minSize, int maxSize, long timeout, String threadpoolName, ClassLoader defaultClassLoader) Create a bounded thread pool in the current thread group with the given ClassLoader as the worker thread default ClassLoader.Create an unbounded thread pool in the current thread group with the current context ClassLoader as the worker thread default ClassLoader.ThreadPoolFactory.create
(ThreadGroup tg, String threadpoolName) Create an unbounded thread pool in the given thread group with the current context ClassLoader as the worker thread default ClassLoader.ThreadPoolFactory.create
(ThreadGroup tg, String threadpoolName, ClassLoader defaultClassLoader) Create an unbounded thread pool in the given thread group with the given ClassLoader as the worker thread default ClassLoader.ThreadPoolManager.getDefaultThreadPool()
Returns the first instance of ThreadPool in the ThreadPoolManagerThreadPoolChooser.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.ThreadPoolChooser.getThreadPool
(int id) This method is used to return an instance of ThreadPool that is obtained by using the id argument passed to it.ThreadPoolManager.getThreadPool
(int numericIdForThreadpool) This method will return an instance of the threadpool given a numeric threadpoolId.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.WorkQueue.getThreadPool()
Get the ThreadPool instance servicing this WorkQueueMethods in com.sun.corba.ee.spi.threadpool with parameters of type ThreadPoolModifier and TypeMethodDescriptionvoid
WorkQueue.setThreadPool
(ThreadPool aThreadPool) Set the ThreadPool instance servicing this WorkQueue