Uses of Class
com.sun.corba.ee.spi.threadpool.NoSuchThreadPoolException
-
Packages that use NoSuchThreadPoolException Package Description com.sun.corba.ee.impl.threadpool com.sun.corba.ee.spi.threadpool -
-
Uses of NoSuchThreadPoolException in com.sun.corba.ee.impl.threadpool
Methods in com.sun.corba.ee.impl.threadpool that throw NoSuchThreadPoolException Modifier and Type Method Description ThreadPool
ThreadPoolManagerImpl. getThreadPool(int numericIdForThreadpool)
This method will return an instance of the threadpool given a numeric threadpoolId.ThreadPool
ThreadPoolManagerImpl. getThreadPool(java.lang.String threadpoolId)
This method will return an instance of the threadpool given a threadpoolId, that can be used by any component in the app. -
Uses of NoSuchThreadPoolException in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool that throw NoSuchThreadPoolException Modifier and Type Method Description ThreadPool
ThreadPoolManager. getThreadPool(int numericIdForThreadpool)
This method will return an instance of the threadpool given a numeric threadpoolId.ThreadPool
ThreadPoolManager. getThreadPool(java.lang.String threadpoolId)
This method will return an instance of the threadpool given a threadpoolId, that can be used by any component in the app.
-