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 ThreadPoolManagerORBImpl. threadpoolMgrMethods in com.sun.corba.ee.impl.orb that return ThreadPoolManager Modifier and Type Method Description ThreadPoolManagerORBImpl. getThreadPoolManager()ThreadPoolManagerORBSingleton. getThreadPoolManager()Methods in com.sun.corba.ee.impl.orb with parameters of type ThreadPoolManager Modifier and Type Method Description voidORBImpl. setThreadPoolManager(ThreadPoolManager mgr)voidORBSingleton. 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 classThreadPoolManagerImpl -
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 ThreadPoolManagerORB. getThreadPoolManager()Methods in com.sun.corba.ee.spi.orb with parameters of type ThreadPoolManager Modifier and Type Method Description abstract voidORB. setThreadPoolManager(ThreadPoolManager mgr)
-