Uses of Class
planetj.database.connection.DataEngineConnection

Packages that use DataEngineConnection
planetj.database.connection   
planetj.dataengine.cache   
 

Uses of DataEngineConnection in planetj.database.connection
 

Methods in planetj.database.connection that return DataEngineConnection
 DataEngineConnection ConnectionEvent.getConnection()
          Gets the connection associated with the event (this will be null only if the event is the creation or destruction of an entire connection pool).
 

Methods in planetj.database.connection with parameters of type DataEngineConnection
 long DataEngineConnectionPool.getAge(DataEngineConnection connection)
           
 Connection DataEngineConnectionPool.getConnection(DataEngineConnection connection)
          Attempts to get the specified connection from the connection pool
static int DataEngineConnectionPool.idOfConnection(DataEngineConnection connection)
           
 

Constructors in planetj.database.connection with parameters of type DataEngineConnection
ConnectionEvent(DataEngineConnection source, int type)
          Creates a new ConnectionEvent
 

Uses of DataEngineConnection in planetj.dataengine.cache
 

Methods in planetj.dataengine.cache with parameters of type DataEngineConnection
 void PreparedStatementManager.addConnection(DataEngineConnection conn)
          Adds a connection to the list of connections whose prepared statements are managed
 void PreparedStatementManager.registerPreparedStatement(String sql, DataEngineConnection connection, boolean creation, boolean resort)
          Registers a relationship between a prepared statement and a connection.
 void PreparedStatementManager.removeConnection(DataEngineConnection conn)
          Removes a connection from the list of connections whose prepared statements are managed