Uses of Interface
com.sun.corba.ee.spi.threadpool.Work
-
-
Uses of Work in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement Work Modifier and Type Class Description classSocketFactoryAcceptorImplclassSocketFactoryConnectionImpl -
Uses of Work in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement Work Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCConnectionImpl -
Uses of Work in com.sun.corba.ee.impl.protocol
Classes in com.sun.corba.ee.impl.protocol that implement Work Modifier and Type Class Description classMessageMediatorImpl -
Uses of Work in com.sun.corba.ee.impl.threadpool
Fields in com.sun.corba.ee.impl.threadpool declared as Work Modifier and Type Field Description private WorkThreadPoolImpl.WorkerThread. currentWorkFields in com.sun.corba.ee.impl.threadpool with type parameters of type Work Modifier and Type Field Description private java.util.Queue<Work>WorkQueueImpl. queueMethods in com.sun.corba.ee.impl.threadpool that return Work Modifier and Type Method Description (package private) WorkWorkQueueImpl. requestWork(long waitTime)Methods in com.sun.corba.ee.impl.threadpool with parameters of type Work Modifier and Type Method Description voidWorkQueueImpl. addWork(Work work) -
Uses of Work in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement Work Modifier and Type Class Description classAcceptorAcceptOnlyImplThis version of an acceptor is the other half of CorbaAcceptorLazyImpl.classAcceptorBaseclassAcceptorImplclassAcceptorLazyImplA version of an Acceptor that does not own the ServerSocket.classConnectionImplclassListenerThreadImplclassReaderThreadImplFields in com.sun.corba.ee.impl.transport declared as Work Modifier and Type Field Description protected WorkEventHandlerBase. workMethods in com.sun.corba.ee.impl.transport that return Work Modifier and Type Method Description WorkEventHandlerBase. getWork()Methods in com.sun.corba.ee.impl.transport with parameters of type Work Modifier and Type Method Description voidEventHandlerBase. setWork(Work work) -
Uses of Work in com.sun.corba.ee.spi.threadpool
Methods in com.sun.corba.ee.spi.threadpool with parameters of type Work Modifier and Type Method Description voidWorkQueue. addWork(Work aWorkItem)This method is used to add work to the WorkQueue -
Uses of Work in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return Work Modifier and Type Method Description WorkEventHandler. getWork()Methods in com.sun.corba.ee.spi.transport with parameters of type Work Modifier and Type Method Description voidEventHandler. setWork(Work work)
-