Uses of Interface
com.sun.corba.ee.spi.threadpool.WorkQueue
-
Packages that use WorkQueue Package Description com.sun.corba.ee.impl.threadpool com.sun.corba.ee.spi.threadpool -
-
Uses of WorkQueue in com.sun.corba.ee.impl.threadpool
Classes in com.sun.corba.ee.impl.threadpool that implement WorkQueue Modifier and Type Class Description class
WorkQueueImpl
Fields in com.sun.corba.ee.impl.threadpool declared as WorkQueue Modifier and Type Field Description private WorkQueue
ThreadPoolImpl. workQueue
Methods in com.sun.corba.ee.impl.threadpool that return WorkQueue Modifier and Type Method Description WorkQueue
ThreadPoolImpl. getAnyWorkQueue()
WorkQueue
ThreadPoolImpl. getWorkQueue(int queueId)
-
Uses of WorkQueue in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool that return WorkQueue Modifier and Type Method Description WorkQueue
ThreadPool. getAnyWorkQueue()
This method will return any instance of the WorkQueue.WorkQueue
ThreadPool. getWorkQueue(int queueId)
This method will return an instance of the of the WorkQueue given a queueId.
-