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 classWorkQueueImplFields in com.sun.corba.ee.impl.threadpool declared as WorkQueue Modifier and Type Field Description private WorkQueueThreadPoolImpl. workQueueMethods in com.sun.corba.ee.impl.threadpool that return WorkQueue Modifier and Type Method Description WorkQueueThreadPoolImpl. getAnyWorkQueue()WorkQueueThreadPoolImpl. 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 WorkQueueThreadPool. getAnyWorkQueue()This method will return any instance of the WorkQueue.WorkQueueThreadPool. getWorkQueue(int queueId)This method will return an instance of the of the WorkQueue given a queueId.
-