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 class
SocketFactoryAcceptorImpl
class
SocketFactoryConnectionImpl
-
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 class
NoConnectionCacheImpl.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 class
MessageMediatorImpl
-
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 Work
ThreadPoolImpl.WorkerThread. currentWork
Fields in com.sun.corba.ee.impl.threadpool with type parameters of type Work Modifier and Type Field Description private java.util.Queue<Work>
WorkQueueImpl. queue
Methods in com.sun.corba.ee.impl.threadpool that return Work Modifier and Type Method Description (package private) Work
WorkQueueImpl. requestWork(long waitTime)
Methods in com.sun.corba.ee.impl.threadpool with parameters of type Work Modifier and Type Method Description void
WorkQueueImpl. 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 class
AcceptorAcceptOnlyImpl
This version of an acceptor is the other half of CorbaAcceptorLazyImpl.class
AcceptorBase
class
AcceptorImpl
class
AcceptorLazyImpl
A version of an Acceptor that does not own the ServerSocket.class
ConnectionImpl
class
ListenerThreadImpl
class
ReaderThreadImpl
Fields in com.sun.corba.ee.impl.transport declared as Work Modifier and Type Field Description protected Work
EventHandlerBase. work
Methods in com.sun.corba.ee.impl.transport that return Work Modifier and Type Method Description Work
EventHandlerBase. getWork()
Methods in com.sun.corba.ee.impl.transport with parameters of type Work Modifier and Type Method Description void
EventHandlerBase. 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 void
WorkQueue. 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 Work
EventHandler. getWork()
Methods in com.sun.corba.ee.spi.transport with parameters of type Work Modifier and Type Method Description void
EventHandler. setWork(Work work)
-