Uses of Interface
ch.bind.philib.pool.manager.ObjectManager

Packages that use ObjectManager
ch.bind.philib.pool.manager   
ch.bind.philib.pool.object   
 

Uses of ObjectManager in ch.bind.philib.pool.manager
 

Classes in ch.bind.philib.pool.manager that implement ObjectManager
 class ByteArrayManager
           
 class ByteBufferManager
           
 

Uses of ObjectManager in ch.bind.philib.pool.object
 

Constructors in ch.bind.philib.pool.object with parameters of type ObjectManager
ConcurrentPool(ObjectManager<T> manager, int maxEntries, boolean softRefs, int concurrencyLevel)
           
PoolBase(ObjectManager<T> manager)
           
SoftRefPool(ObjectManager<T> manager, int maxEntries)
           
StrongRefPool(ObjectManager<T> manager, int maxEntries)
           
 



Copyright © 2013. All Rights Reserved.