| Package | Description |
|---|---|
| com.sun.corba.ee.impl.transport.concurrent | |
| com.sun.corba.ee.impl.transport.connection | |
| com.sun.corba.ee.spi.transport.concurrent |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentQueue.Handle<V> |
ConcurrentQueueNonBlockingImpl.offer(V arg)
Add a new element to the tail of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueImpl.offer(V arg)
Add a new element to the tail of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueBlockingImpl.offer(V arg)
Add a new element to the tail of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueNonBlockingImpl.peek() |
ConcurrentQueue.Handle<V> |
ConcurrentQueueImpl.peek() |
ConcurrentQueue.Handle<V> |
ConcurrentQueueBlockingImpl.peek() |
ConcurrentQueue.Handle<V> |
ConcurrentQueueNonBlockingImpl.poll()
Return an element from the head of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueImpl.poll()
Return an element from the head of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueBlockingImpl.poll()
Return an element from the head of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundConnectionState.setReclaimableHandle(ConcurrentQueue.Handle<C> handle) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentQueue.Handle<V> |
ConcurrentQueue.offer(V arg)
Add a new element to the tail of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueue.peek()
Return the handle for the head of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueue.poll()
Return the handle for the head of the queue.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.