Uses of Interface
org.jboss.jca.adapters.jdbc.util.BoundedConcurrentHashMap.EvictionListener

Packages that use BoundedConcurrentHashMap.EvictionListener
org.jboss.jca.adapters.jdbc.util Util package with LRU Policy 
 

Uses of BoundedConcurrentHashMap.EvictionListener in org.jboss.jca.adapters.jdbc.util
 

Constructors in org.jboss.jca.adapters.jdbc.util with parameters of type BoundedConcurrentHashMap.EvictionListener
BoundedConcurrentHashMap(int capacity, int concurrencyLevel, BoundedConcurrentHashMap.Eviction evictionStrategy, BoundedConcurrentHashMap.EvictionListener<K,V> evictionListener)
          Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)