Uses of Interface
org.jcreme.sql.ConnectionPool

Packages that use ConnectionPool
org.jcreme.sql   
 

Uses of ConnectionPool in org.jcreme.sql
 

Classes in org.jcreme.sql that implement ConnectionPool
 class WrappedConnectionPool
          This implementation of the ConnectionPool interface enables to pool WrappedConnection instances.
 

Methods in org.jcreme.sql that return ConnectionPool
 ConnectionPool WrappedConnection.getParentPool()
          Gives access to the eventual ConnectionPool to which this connection is attached.
 

Methods in org.jcreme.sql with parameters of type ConnectionPool
 void WrappedConnection.setParentPool(ConnectionPool pool)
          This method enabes to attach this WrappedConnection to a ConnectionPool.
 



Copyright 2006 null. All Rights Reserved.