Uses of Class
com.sun.corba.se.spi.orbutil.threadpool.NoSuchThreadPoolException
Packages that use NoSuchThreadPoolException
Package
Description
-
Uses of NoSuchThreadPoolException in com.sun.corba.se.impl.orbutil.threadpool
Methods in com.sun.corba.se.impl.orbutil.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. server. -
Uses of NoSuchThreadPoolException in com.sun.corba.se.spi.orbutil.threadpool
Methods in com.sun.corba.se.spi.orbutil.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. server.