Uses of Interface
org.jboss.jca.adapters.jdbc.util.CacheListener

Packages that use CacheListener
org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling support 
org.jboss.jca.adapters.jdbc.util Util package with LRU Policy 
 

Uses of CacheListener in org.jboss.jca.adapters.jdbc
 

Classes in org.jboss.jca.adapters.jdbc that implement CacheListener
 class PreparedStatementCache
          Cache for PreparedStatements.
 

Uses of CacheListener in org.jboss.jca.adapters.jdbc.util
 

Methods in org.jboss.jca.adapters.jdbc.util with parameters of type CacheListener
 void LRUCache.setListener(CacheListener listener)
          Set the cache listener
 void Cache.setListener(CacheListener<V> listener)
          Set the cache listener
 



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