Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.concurrent.ConcurrentQueue.Handle
-
Packages that use ConcurrentQueue.Handle Package Description com.sun.xml.ws.transport.tcp.connectioncache.impl.concurrent com.sun.xml.ws.transport.tcp.connectioncache.spi.concurrent -
-
Uses of ConcurrentQueue.Handle in com.sun.xml.ws.transport.tcp.connectioncache.impl.concurrent
Methods in com.sun.xml.ws.transport.tcp.connectioncache.impl.concurrent that return ConcurrentQueue.Handle Modifier and Type Method Description ConcurrentQueue.Handle<V>ConcurrentQueueBlockingImpl. 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>ConcurrentQueueNonBlockingImpl. offer(V arg)Add a new element to the tail of the queue. -
Uses of ConcurrentQueue.Handle in com.sun.xml.ws.transport.tcp.connectioncache.spi.concurrent
Methods in com.sun.xml.ws.transport.tcp.connectioncache.spi.concurrent that return ConcurrentQueue.Handle Modifier and Type Method Description ConcurrentQueue.Handle<V>ConcurrentQueue. offer(V arg)Add a new element to the tail of the queue.
-