Uses of Interface
com.sun.corba.se.spi.orbutil.threadpool.ThreadPool
Packages that use ThreadPool
Package
Description
-
Uses of ThreadPool in com.sun.corba.se.impl.orbutil.threadpool
Classes in com.sun.corba.se.impl.orbutil.threadpool that implement ThreadPoolMethods in com.sun.corba.se.impl.orbutil.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. server.WorkQueueImpl.getThreadPool()Methods in com.sun.corba.se.impl.orbutil.threadpool with parameters of type ThreadPoolConstructors in com.sun.corba.se.impl.orbutil.threadpool with parameters of type ThreadPoolModifierConstructorDescriptionWorkQueueImpl(ThreadPool workerThreadPool) WorkQueueImpl(ThreadPool workerThreadPool, String name) -
Uses of ThreadPool in com.sun.corba.se.spi.orbutil.threadpool
Methods in com.sun.corba.se.spi.orbutil.threadpool that return ThreadPoolModifier and TypeMethodDescriptionThreadPoolManager.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. server.WorkQueue.getThreadPool()Get the ThreadPool instance servicing this WorkQueueMethods in com.sun.corba.se.spi.orbutil.threadpool with parameters of type ThreadPoolModifier and TypeMethodDescriptionvoidWorkQueue.setThreadPool(ThreadPool aThreadPool) Set the ThreadPool instance servicing this WorkQueue