Uses of Interface
com.sun.corba.ee.spi.threadpool.ThreadPoolChooser
-
Packages that use ThreadPoolChooser Package Description com.sun.corba.ee.impl.threadpool com.sun.corba.ee.spi.threadpool -
-
Uses of ThreadPoolChooser in com.sun.corba.ee.impl.threadpool
Methods in com.sun.corba.ee.impl.threadpool that return ThreadPoolChooser Modifier and Type Method Description ThreadPoolChooserThreadPoolManagerImpl. getThreadPoolChooser(int componentIndex)Return an instance of ThreadPoolChooser based on the componentIndex that was passed as argument.ThreadPoolChooserThreadPoolManagerImpl. getThreadPoolChooser(java.lang.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 ThreadPoolChooser Modifier and Type Method Description voidThreadPoolManagerImpl. setThreadPoolChooser(java.lang.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 ThreadPoolChooser Modifier and Type Method Description ThreadPoolChooserThreadPoolManager. getThreadPoolChooser(int componentIndex)Return an instance of ThreadPoolChooser based on the componentIndex that was passed as argument.ThreadPoolChooserThreadPoolManager. getThreadPoolChooser(java.lang.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 ThreadPoolChooser Modifier and Type Method Description voidThreadPoolManager. setThreadPoolChooser(java.lang.String componentId, ThreadPoolChooser aThreadPoolChooser)Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager.
-