Uses of Interface
com.sun.corba.ee.spi.threadpool.ThreadPoolChooser
Packages that use ThreadPoolChooser
-
Uses of ThreadPoolChooser in com.sun.corba.ee.impl.threadpool
Methods in com.sun.corba.ee.impl.threadpool that return ThreadPoolChooserModifier and TypeMethodDescriptionThreadPoolManagerImpl.getThreadPoolChooser
(int componentIndex) Return an instance of ThreadPoolChooser based on the componentIndex that was passed as argument.ThreadPoolManagerImpl.getThreadPoolChooser
(String componentId) Return an instance of ThreadPoolChooser based on the componentId that was passed as argumentMethods in com.sun.corba.ee.impl.threadpool with parameters of type ThreadPoolChooserModifier and TypeMethodDescriptionvoid
ThreadPoolManagerImpl.setThreadPoolChooser
(String componentId, ThreadPoolChooser aThreadPoolChooser) Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager. -
Uses of ThreadPoolChooser in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool that return ThreadPoolChooserModifier and TypeMethodDescriptionThreadPoolManager.getThreadPoolChooser
(int componentIndex) Return an instance of ThreadPoolChooser based on the componentIndex that was passed as argument.ThreadPoolManager.getThreadPoolChooser
(String componentId) Return an instance of ThreadPoolChooser based on the componentId that was passed as argumentMethods in com.sun.corba.ee.spi.threadpool with parameters of type ThreadPoolChooserModifier and TypeMethodDescriptionvoid
ThreadPoolManager.setThreadPoolChooser
(String componentId, ThreadPoolChooser aThreadPoolChooser) Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager.