Class C3P0PooledConnectionPoolManager

java.lang.Object
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager

public final class C3P0PooledConnectionPoolManager extends Object
  • Constructor Details

  • Method Details

    • getThreadPoolSize

      public int getThreadPoolSize()
    • getThreadPoolNumActiveThreads

      public int getThreadPoolNumActiveThreads()
    • getThreadPoolNumIdleThreads

      public int getThreadPoolNumIdleThreads()
    • getThreadPoolNumTasksPending

      public int getThreadPoolNumTasksPending()
    • getThreadPoolStackTraces

      public String getThreadPoolStackTraces()
    • getThreadPoolStatus

      public String getThreadPoolStatus()
    • getStatementDestroyerNumThreads

      public int getStatementDestroyerNumThreads()
    • getStatementDestroyerNumActiveThreads

      public int getStatementDestroyerNumActiveThreads()
    • getStatementDestroyerNumIdleThreads

      public int getStatementDestroyerNumIdleThreads()
    • getStatementDestroyerNumTasksPending

      public int getStatementDestroyerNumTasksPending()
    • getStatementDestroyerStackTraces

      public String getStatementDestroyerStackTraces()
    • getStatementDestroyerStatus

      public String getStatementDestroyerStatus()
    • getPool

      public C3P0PooledConnectionPool getPool(String username, String password, boolean create) throws SQLException
      Throws:
      SQLException
    • getPool

      public C3P0PooledConnectionPool getPool(String username, String password) throws SQLException
      Throws:
      SQLException
    • getPool

      public C3P0PooledConnectionPool getPool(DbAuth auth) throws SQLException
      Throws:
      SQLException
    • getManagedAuths

      public Set getManagedAuths()
    • getNumManagedAuths

      public int getNumManagedAuths()
    • getPool

      public C3P0PooledConnectionPool getPool() throws SQLException
      Throws:
      SQLException
    • getNumIdleConnectionsAllAuths

      public int getNumIdleConnectionsAllAuths() throws SQLException
      Throws:
      SQLException
    • getNumBusyConnectionsAllAuths

      public int getNumBusyConnectionsAllAuths() throws SQLException
      Throws:
      SQLException
    • getNumConnectionsAllAuths

      public int getNumConnectionsAllAuths() throws SQLException
      Throws:
      SQLException
    • getNumUnclosedOrphanedConnectionsAllAuths

      public int getNumUnclosedOrphanedConnectionsAllAuths() throws SQLException
      Throws:
      SQLException
    • getStatementCacheNumStatementsAllUsers

      public int getStatementCacheNumStatementsAllUsers() throws SQLException
      Throws:
      SQLException
    • getStatementCacheNumCheckedOutStatementsAllUsers

      public int getStatementCacheNumCheckedOutStatementsAllUsers() throws SQLException
      Throws:
      SQLException
    • getStatementCacheNumConnectionsWithCachedStatementsAllUsers

      public int getStatementCacheNumConnectionsWithCachedStatementsAllUsers() throws SQLException
      Throws:
      SQLException
    • getStatementDestroyerNumConnectionsInUseAllUsers

      public int getStatementDestroyerNumConnectionsInUseAllUsers() throws SQLException
      Throws:
      SQLException
    • getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers

      public int getStatementDestroyerNumConnectionsWithDeferredDestroyStatementsAllUsers() throws SQLException
      Throws:
      SQLException
    • getStatementDestroyerNumDeferredDestroyStatementsAllUsers

      public int getStatementDestroyerNumDeferredDestroyStatementsAllUsers() throws SQLException
      Throws:
      SQLException
    • softResetAllAuths

      public void softResetAllAuths() throws SQLException
      Throws:
      SQLException
    • close

      public void close()
    • close

      public void close(boolean close_outstanding_connections)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • getAutomaticTestTable

      public String getAutomaticTestTable(String userName)
    • getPreferredTestQuery

      public String getPreferredTestQuery(String userName)
    • getMinPoolSize

      public int getMinPoolSize(String userName)