Uses of Class
planetj.database.connection.DataEngineConnection

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

Uses of DataEngineConnection in planetj.database.connection
 

Subclasses of DataEngineConnection in planetj.database.connection
 class AS400DataEngineConnection
           
 

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
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType)
          Notifies the listeners of an event on the specified connection
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType, ConnectionEvent originatingEvent)
          Notifies the listeners of an event on the specified connection
protected  ConnectionEvent DataEngineConnectionPool.fireEvent(DataEngineConnection conn, int eventType, ConnectionEvent originatingEvent, java.util.List listeners)
          Notifies the listeners of an event on the specified connection.
 long DataEngineConnectionPool.getAge(DataEngineConnection connection)
           
 java.sql.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(java.lang.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