Package org.platformlayer.metrics

Examples of org.platformlayer.metrics.TomcatJdbcPoolMetricsReporter


    org.apache.tomcat.jdbc.pool.DataSource pooledDataSource = new org.apache.tomcat.jdbc.pool.DataSource();
    pooledDataSource.setPoolProperties(p);

    databaseStatistics.register(key, pooledDataSource,
        new TomcatJdbcPoolMetricsReporter(databaseStatistics.getMetricKey(key), pooledDataSource));

    return pooledDataSource;
  }
View Full Code Here

TOP

Related Classes of org.platformlayer.metrics.TomcatJdbcPoolMetricsReporter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.