Searched refs:threadpoolId (Results 1 - 2 of 2) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DThreadPoolManager.java33 * This method will return an instance of the threadpool given a threadpoolId,
36 * @throws NoSuchThreadPoolException thrown when invalid threadpoolId is passed
39 public ThreadPool getThreadPool(String threadpoolId) throws NoSuchThreadPoolException; argument
42 * This method will return an instance of the threadpool given a numeric threadpoolId.
53 * threadpoolId. This is used by the POA interceptors to add the numeric threadpool
57 public int getThreadPoolNumericId(String threadpoolId); argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java144 * This method will return an instance of the threadpool given a threadpoolId,
147 * @throws NoSuchThreadPoolException thrown when invalid threadpoolId is passed
150 public ThreadPool getThreadPool(String threadpoolId) argument
157 * This method will return an instance of the threadpool given a numeric threadpoolId.
172 * threadpoolId. This is used by the POA interceptors to add the numeric threadpool
176 public int getThreadPoolNumericId(String threadpoolId) { argument

Completed in 88 milliseconds