Uses of Interface
com.sun.corba.ee.spi.threadpool.ThreadPoolManager
-
Packages that use ThreadPoolManager Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.threadpool com.sun.corba.ee.spi.orb -
-
Uses of ThreadPoolManager in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ThreadPoolManager Modifier and Type Field Description private ThreadPoolManager
ORBImpl. threadpoolMgr
Methods in com.sun.corba.ee.impl.orb that return ThreadPoolManager Modifier and Type Method Description ThreadPoolManager
ORBImpl. getThreadPoolManager()
ThreadPoolManager
ORBSingleton. getThreadPoolManager()
Methods in com.sun.corba.ee.impl.orb with parameters of type ThreadPoolManager Modifier and Type Method Description void
ORBImpl. setThreadPoolManager(ThreadPoolManager mgr)
void
ORBSingleton. setThreadPoolManager(ThreadPoolManager mgr)
-
Uses of ThreadPoolManager in com.sun.corba.ee.impl.threadpool
Classes in com.sun.corba.ee.impl.threadpool that implement ThreadPoolManager Modifier and Type Class Description class
ThreadPoolManagerImpl
-
Uses of ThreadPoolManager in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ThreadPoolManager Modifier and Type Method Description abstract ThreadPoolManager
ORB. getThreadPoolManager()
Methods in com.sun.corba.ee.spi.orb with parameters of type ThreadPoolManager Modifier and Type Method Description abstract void
ORB. setThreadPoolManager(ThreadPoolManager mgr)
-