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 class
private final class
private final class
Methods 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.Handle
OutboundConnectionCacheImpl.ConnectionState.busyHandle
(package private) ConcurrentQueue.Handle
OutboundConnectionCacheImpl.ConnectionState.idleHandle
(package private) ConcurrentQueue.Handle
InboundConnectionCacheBlockingImpl.ConnectionState.reclaimableHandle
(package private) ConcurrentQueue.Handle
InboundConnectionCacheImpl.ConnectionState.reclaimableHandle
(package private) ConcurrentQueue.Handle
OutboundConnectionCacheImpl.ConnectionState.reclaimableHandle
(package private) ConcurrentQueue.Handle
<C> OutboundConnectionState.reclaimableHandle
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type ConcurrentQueue.HandleModifier and TypeMethodDescriptionvoid
OutboundConnectionState.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