Uses of Interface
com.sun.corba.ee.spi.threadpool.WorkQueue
Packages that use WorkQueue
-
Uses of WorkQueue in com.sun.corba.ee.impl.threadpool
Classes in com.sun.corba.ee.impl.threadpool that implement WorkQueueFields in com.sun.corba.ee.impl.threadpool declared as WorkQueueMethods in com.sun.corba.ee.impl.threadpool that return WorkQueueModifier and TypeMethodDescriptionThreadPoolImpl.getAnyWorkQueue()ThreadPoolImpl.getWorkQueue(int queueId) -
Uses of WorkQueue in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool that return WorkQueueModifier and TypeMethodDescriptionThreadPool.getAnyWorkQueue()This method will return any instance of the WorkQueue.ThreadPool.getWorkQueue(int queueId) This method will return an instance of the of the WorkQueue given a queueId.