Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.dao.jdbc.pool.metrics.ConnectionPoolMetrics

Packages that use ConnectionPoolMetrics
com.liferay.portal.dao.jdbc   
com.liferay.portal.dao.jdbc.pool.metrics   
 

Uses of ConnectionPoolMetrics in com.liferay.portal.dao.jdbc
 

Methods in com.liferay.portal.dao.jdbc with parameters of type ConnectionPoolMetrics
protected  void DataSourceFactoryImpl.registerConnectionPoolMetrics(ConnectionPoolMetrics connectionPoolMetrics)
           
 

Uses of ConnectionPoolMetrics in com.liferay.portal.dao.jdbc.pool.metrics
 

Classes in com.liferay.portal.dao.jdbc.pool.metrics that implement ConnectionPoolMetrics
 class BaseConnectionPoolMetrics
           
 class C3P0ConnectionPoolMetrics
           
 class DBCPConnectionPoolMetrics
           
 class HikariConnectionPoolMetrics
           
 class TomcatConnectionPoolMetrics
           
 


Liferay 7.0-ce-b4