Uses of Class
com.sun.corba.ee.spi.threadpool.NoSuchThreadPoolException
Packages that use NoSuchThreadPoolException
-
Uses of NoSuchThreadPoolException in com.sun.corba.ee.impl.threadpool
Methods in com.sun.corba.ee.impl.threadpool that throw NoSuchThreadPoolExceptionModifier and TypeMethodDescriptionThreadPoolManagerImpl.getThreadPool
(int numericIdForThreadpool) This method will return an instance of the threadpool given a numeric threadpoolId.ThreadPoolManagerImpl.getThreadPool
(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 NoSuchThreadPoolExceptionModifier and TypeMethodDescriptionThreadPoolManager.getThreadPool
(int numericIdForThreadpool) This method will return an instance of the threadpool given a numeric threadpoolId.ThreadPoolManager.getThreadPool
(String threadpoolId) This method will return an instance of the threadpool given a threadpoolId, that can be used by any component in the app.