Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


oracle.ucp.jdbc
Interface JDBCConnectionPoolStatistics

All Superinterfaces:
UniversalConnectionPoolStatistics
All Known Subinterfaces:
OracleJDBCConnectionPoolStatistics

public interface JDBCConnectionPoolStatistics
extends UniversalConnectionPoolStatistics

Various runtime statistics for the Universal Connection Pool that are specific to JDBC resources. This interface provides query-only operations on all available pool statistics.


Method Summary

 

Methods inherited from interface oracle.ucp.UniversalConnectionPoolStatistics
getAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getTotalConnectionsCount

 


Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.