Uses of Class
org.jboss.jca.adapters.jdbc.util.LRUCache.LRUCacheEntry

Packages that use LRUCache.LRUCacheEntry
org.jboss.jca.adapters.jdbc.util Util package with LRU Policy 
 

Uses of LRUCache.LRUCacheEntry in org.jboss.jca.adapters.jdbc.util
 

Methods in org.jboss.jca.adapters.jdbc.util with parameters of type LRUCache.LRUCacheEntry
protected  void LRUCache.LRUList.entryAdded(LRUCache.LRUCacheEntry<K,V> entry)
          Callback that signals that the given entry has been added to the cache.
protected  void LRUCache.LRUList.entryPromotion(LRUCache.LRUCacheEntry<K,V> entry)
          Callback that signals that the given entry is just about to be added.
protected  void LRUCache.LRUList.entryRemoved(LRUCache.LRUCacheEntry<K,V> entry)
          Callback that signals that the given entry has been removed from the cache.
protected  void LRUCache.LRUList.promote(LRUCache.LRUCacheEntry<K,V> entry)
          Promotes the cache entry entry to the last used position of the list.
protected  void LRUCache.LRUList.remove(LRUCache.LRUCacheEntry<K,V> entry)
          Removes from the cache list the specified entry.
 void LRUCache.LRUCacheEntry.setNext(LRUCache.LRUCacheEntry<K,V> v)
          Set next
 void LRUCache.LRUCacheEntry.setPrev(LRUCache.LRUCacheEntry<K,V> v)
          Set prev
 



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