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 ThreadPoolThreadPoolManagerImpl. getThreadPool(int numericIdForThreadpool)This method will return an instance of the threadpool given a numeric threadpoolId.ThreadPoolThreadPoolManagerImpl. 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 ThreadPoolThreadPoolManager. getThreadPool(int numericIdForThreadpool)This method will return an instance of the threadpool given a numeric threadpoolId.ThreadPoolThreadPoolManager. 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.
-