Uses of Class
org.ow2.jonas.resource.internal.cm.sql.cache.PreparedStatementCacheStatistics

Packages that use PreparedStatementCacheStatistics
org.ow2.jonas.resource.internal.cm   
org.ow2.jonas.resource.internal.cm.sql.cache   
 

Uses of PreparedStatementCacheStatistics in org.ow2.jonas.resource.internal.cm
 

Methods in org.ow2.jonas.resource.internal.cm that return PreparedStatementCacheStatistics
 PreparedStatementCacheStatistics ConnectionManagerImpl.getPstmtStats()
           
 

Constructors in org.ow2.jonas.resource.internal.cm with parameters of type PreparedStatementCacheStatistics
ManagedConnectionInfo(ManagedConnection mc, int maxCacheSize, String pstmtCachePolicy, PreparedStatementCacheStatistics pstmtStats, org.objectweb.util.monolog.api.Logger logger)
          Constructor for the ManagedConnectionInfo object
 

Uses of PreparedStatementCacheStatistics in org.ow2.jonas.resource.internal.cm.sql.cache
 

Fields in org.ow2.jonas.resource.internal.cm.sql.cache declared as PreparedStatementCacheStatistics
protected  PreparedStatementCacheStatistics AbstractPreparedStatementCacheImpl.stats
          Statistics
 

Constructors in org.ow2.jonas.resource.internal.cm.sql.cache with parameters of type PreparedStatementCacheStatistics
AbstractPreparedStatementCacheImpl(int maxCacheSize, PreparedStatementCacheStatistics pstmtStats, org.objectweb.util.monolog.api.Logger logger)
          Constructor
PreparedStatementListCacheImpl(int maxCacheSize, PreparedStatementCacheStatistics pstmtStats, org.objectweb.util.monolog.api.Logger logger)
          Constructor
PreparedStatementMapCacheImpl(int maxCacheSize, PreparedStatementCacheStatistics pstmtStats, org.objectweb.util.monolog.api.Logger logger)
          Constructor
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.