Uses of Class
org.jboss.jca.adapters.jdbc.util.LRUCachePolicy.LRUList

Packages that use LRUCachePolicy.LRUList
org.jboss.jca.adapters.jdbc.util Util package with LRU Policy 
 

Uses of LRUCachePolicy.LRUList in org.jboss.jca.adapters.jdbc.util
 

Fields in org.jboss.jca.adapters.jdbc.util declared as LRUCachePolicy.LRUList
protected  LRUCachePolicy.LRUList LRUCachePolicy.lruList
          The linked list used to implement the LRU algorithm
 

Methods in org.jboss.jca.adapters.jdbc.util that return LRUCachePolicy.LRUList
protected  LRUCachePolicy.LRUList LRUCachePolicy.createList()
          Factory method for the linked list used by this cache implementation.
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)