Uses of Interface
com.sun.grizzly.connectioncache.spi.concurrent.ConcurrentQueue.Handle

Packages that use ConcurrentQueue.Handle
com.sun.grizzly.connectioncache.impl.concurrent   
com.sun.grizzly.connectioncache.spi.concurrent   
 

Uses of ConcurrentQueue.Handle in com.sun.grizzly.connectioncache.impl.concurrent
 

Methods in com.sun.grizzly.connectioncache.impl.concurrent that return ConcurrentQueue.Handle
 ConcurrentQueue.Handle<V> ConcurrentQueueNonBlockingImpl.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> ConcurrentQueueImpl.offer(V arg)
          Add a new element to the tail of the queue.
 

Uses of ConcurrentQueue.Handle in com.sun.grizzly.connectioncache.spi.concurrent
 

Methods in com.sun.grizzly.connectioncache.spi.concurrent that return ConcurrentQueue.Handle
 ConcurrentQueue.Handle<V> ConcurrentQueue.offer(V arg)
          Add a new element to the tail of the queue.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.