Uses of Interface
org.glassfish.grizzly.util.ObjectPool

Packages that use ObjectPool
org.glassfish.grizzly   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.util   
 

Uses of ObjectPool in org.glassfish.grizzly
 

Constructors in org.glassfish.grizzly with parameters of type ObjectPool
Context(ObjectPool parentPool)
           
 

Uses of ObjectPool in org.glassfish.grizzly.filterchain
 

Fields in org.glassfish.grizzly.filterchain declared as ObjectPool
protected  ObjectPool<FilterChainContext> AbstractFilterChain.filterChainContextPool
          FilterChainContext object pool.
 

Constructors in org.glassfish.grizzly.filterchain with parameters of type ObjectPool
FilterChainContext(ObjectPool parentPool)
           
 

Uses of ObjectPool in org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio that return ObjectPool
 ObjectPool AbstractNIOAsyncQueueReader.getContextPool()
          
 ObjectPool AbstractNIOAsyncQueueWriter.getContextPool()
          
 

Uses of ObjectPool in org.glassfish.grizzly.util
 

Classes in org.glassfish.grizzly.util that implement ObjectPool
 class ConcurrentQueuePool<E extends PoolableObject>
          ObjectPool implementation based on LinkedTransferQueue
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.