public final class C3P0PooledConnectionPool
extends java.lang.Object
public int getStatementDestroyerNumConnectionsInUse()
public int getStatementDestroyerNumConnectionsWithDeferredDestroyStatements()
public int getStatementDestroyerNumDeferredDestroyStatements()
public javax.sql.PooledConnection checkoutPooledConnection()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void checkinPooledConnection(javax.sql.PooledConnection pcon)
throws java.sql.SQLException
java.sql.SQLExceptionpublic float getEffectivePropertyCycle()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getNumThreadsAwaitingCheckout()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getStatementCacheNumStatements()
public int getStatementCacheNumCheckedOut()
public int getStatementCacheNumConnectionsWithCachedStatements()
public java.lang.String dumpStatementCacheStatus()
public void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void close(boolean close_outstanding_connections)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getNumConnections()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getNumIdleConnections()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getNumBusyConnections()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getNumUnclosedOrphanedConnections()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getStartTime()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getUpTime()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getNumFailedCheckins()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getNumFailedCheckouts()
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getNumFailedIdleTests()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Throwable getLastCheckinFailure()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Throwable getLastCheckoutFailure()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Throwable getLastIdleTestFailure()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Throwable getLastConnectionTestFailure()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Throwable getLastAcquisitionFailure()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void reset()
throws java.sql.SQLException
java.sql.SQLException