Uses of Class
com.sun.corba.ee.spi.threadpool.NoSuchWorkQueueException
-
Packages that use NoSuchWorkQueueException Package Description com.sun.corba.ee.impl.threadpool com.sun.corba.ee.spi.threadpool -
-
Uses of NoSuchWorkQueueException in com.sun.corba.ee.impl.threadpool
Methods in com.sun.corba.ee.impl.threadpool that throw NoSuchWorkQueueException Modifier and Type Method Description WorkQueueThreadPoolImpl. getWorkQueue(int queueId) -
Uses of NoSuchWorkQueueException in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool that throw NoSuchWorkQueueException Modifier and Type Method Description WorkQueueThreadPool. getWorkQueue(int queueId)This method will return an instance of the of the WorkQueue given a queueId.
-