Uses of Interface
com.sun.corba.ee.spi.transport.concurrent.ConcurrentQueue.Handle
Packages that use ConcurrentQueue.Handle
Package
Description
-
Uses of ConcurrentQueue.Handle in com.sun.corba.ee.impl.transport.concurrent
Classes in com.sun.corba.ee.impl.transport.concurrent that implement ConcurrentQueue.HandleModifier and TypeClassDescriptionprivate final classprivate final classprivate final classMethods in com.sun.corba.ee.impl.transport.concurrent that return ConcurrentQueue.HandleModifier and TypeMethodDescriptionAdd a new element to the tail of the queue.Add a new element to the tail of the queue.Add a new element to the tail of the queue.ConcurrentQueueBlockingImpl.peek()ConcurrentQueueImpl.peek()ConcurrentQueueNonBlockingImpl.peek()ConcurrentQueueBlockingImpl.poll()Return an element from the head of the queue.ConcurrentQueueImpl.poll()Return an element from the head of the queue.ConcurrentQueueNonBlockingImpl.poll()Return an element from the head of the queue. -
Uses of ConcurrentQueue.Handle in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as ConcurrentQueue.HandleModifier and TypeFieldDescription(package private) ConcurrentQueue.HandleOutboundConnectionCacheImpl.ConnectionState.busyHandle(package private) ConcurrentQueue.HandleOutboundConnectionCacheImpl.ConnectionState.idleHandle(package private) ConcurrentQueue.HandleInboundConnectionCacheBlockingImpl.ConnectionState.reclaimableHandle(package private) ConcurrentQueue.HandleInboundConnectionCacheImpl.ConnectionState.reclaimableHandle(package private) ConcurrentQueue.HandleOutboundConnectionCacheImpl.ConnectionState.reclaimableHandle(package private) ConcurrentQueue.Handle<C> OutboundConnectionState.reclaimableHandleMethods in com.sun.corba.ee.impl.transport.connection with parameters of type ConcurrentQueue.HandleModifier and TypeMethodDescriptionvoidOutboundConnectionState.setReclaimableHandle(ConcurrentQueue.Handle<C> handle) -
Uses of ConcurrentQueue.Handle in com.sun.corba.ee.spi.transport.concurrent
Methods in com.sun.corba.ee.spi.transport.concurrent that return ConcurrentQueue.Handle