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
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
Methods 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