Searched defs:getThreadPool (Results 1 - 5 of 5) sorted by path

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolManagerImpl.java150 public ThreadPool getThreadPool(String threadpoolId) method in class:ThreadPoolManagerImpl
164 public ThreadPool getThreadPool(int numericIdForThreadpool) method in class:ThreadPoolManagerImpl
H A DWorkQueueImpl.java168 public ThreadPool getThreadPool() { method in class:WorkQueueImpl
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/threadpool/
H A DThreadPoolChooser.java38 public ThreadPool getThreadPool(); method in interface:ThreadPoolChooser
46 public ThreadPool getThreadPool(int id); method in interface:ThreadPoolChooser
H A DThreadPoolManager.java39 public ThreadPool getThreadPool(String threadpoolId) throws NoSuchThreadPoolException; method in interface:ThreadPoolManager
49 public ThreadPool getThreadPool(int numericIdForThreadpool) throws NoSuchThreadPoolException; method in interface:ThreadPoolManager
H A DWorkQueue.java65 public ThreadPool getThreadPool(); method in interface:WorkQueue

Completed in 113 milliseconds