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 ThreadPoolChooser
ThreadPoolManagerImpl. getThreadPoolChooser(int componentIndex)
Return an instance of ThreadPoolChooser based on the componentIndex that was passed as argument.ThreadPoolChooser
ThreadPoolManagerImpl. 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 void
ThreadPoolManagerImpl. 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 ThreadPoolChooser
ThreadPoolManager. getThreadPoolChooser(int componentIndex)
Return an instance of ThreadPoolChooser based on the componentIndex that was passed as argument.ThreadPoolChooser
ThreadPoolManager. 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 void
ThreadPoolManager. setThreadPoolChooser(java.lang.String componentId, ThreadPoolChooser aThreadPoolChooser)
Sets a ThreadPoolChooser for a particular componentId in the ThreadPoolManager.
-