Uses of Class
planetj.database.connection.DataEngineConnectionPool.RunningTotal

Packages that use DataEngineConnectionPool.RunningTotal
planetj.database.connection   
 

Uses of DataEngineConnectionPool.RunningTotal in planetj.database.connection
 

Methods in planetj.database.connection that return DataEngineConnectionPool.RunningTotal
 DataEngineConnectionPool.RunningTotal DataEngineConnectionPool.getGrandTotal()
          Gets information about all sql statements run from this connection pool.
 DataEngineConnectionPool.RunningTotal DataEngineConnectionPool.getQueryTotal()
          Gets information about queries run from this connection pool.
 DataEngineConnectionPool.RunningTotal DataEngineConnectionPool.getUpdateTotal()
          Gets information about updates run from this connection pool.
 DataEngineConnectionPool.RunningTotal DataEngineConnectionPool.getWaitTotal()
          Gets information about the connection requests that have had to wait (from this connection pool).
 DataEngineConnectionPool.RunningTotal DataEngineConnectionPool.RunningTotal.getClone()
          Clones this RunningTotal
 DataEngineConnectionPool.RunningTotal ConnectionPoolReport.getQueryTotal()
          Gets timing information about the queries run from the connection pool.
 DataEngineConnectionPool.RunningTotal ConnectionPoolReport.getStatementTotal()
          Gets timing information about the queries and updates run from the connection pool.
 DataEngineConnectionPool.RunningTotal ConnectionPoolReport.getUpdateTotal()
          Gets timing information about the updates run from this connection pool.
 DataEngineConnectionPool.RunningTotal ConnectionPoolReport.getWaitTotal()
          Gets timing information about connection requests which were forced to wait (because there were no available connections).
 

Methods in planetj.database.connection with parameters of type DataEngineConnectionPool.RunningTotal
 void ConnectionPoolReport.setQueryTotal(DataEngineConnectionPool.RunningTotal newQueryTotal)
          Sets timing information about the queries run from the connection pool.
 void ConnectionPoolReport.setStatementTotal(DataEngineConnectionPool.RunningTotal newStatementTotal)
          Sets timing information about the queries and updates run from the connection pool.
 void ConnectionPoolReport.setUpdateTotal(DataEngineConnectionPool.RunningTotal newUpdateTotal)
          Sets timing information about the updates run from the connection pool.
 void ConnectionPoolReport.setWaitTotal(DataEngineConnectionPool.RunningTotal newWaitTotal)
          Sets timing information about connection requests which were forced to wait (because there were no available connections).