Uses of Package
org.apache.turbine.util.db.pool

Packages that use org.apache.turbine.util.db.pool
org.apache.turbine.om.peer   
org.apache.turbine.om.security.peer   
org.apache.turbine.services.db   
org.apache.turbine.services.schedule   
org.apache.turbine.util.db   
org.apache.turbine.util.db.pool   
 

Classes in org.apache.turbine.util.db.pool used by org.apache.turbine.om.peer
DBConnection
          This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
 

Classes in org.apache.turbine.util.db.pool used by org.apache.turbine.om.security.peer
DBConnection
          This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
 

Classes in org.apache.turbine.util.db.pool used by org.apache.turbine.services.db
ConnectionPool
          This class implements a simple connection pooling scheme.
DBConnection
          This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
 

Classes in org.apache.turbine.util.db.pool used by org.apache.turbine.services.schedule
DBConnection
          This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
 

Classes in org.apache.turbine.util.db.pool used by org.apache.turbine.util.db
DBConnection
          This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
 

Classes in org.apache.turbine.util.db.pool used by org.apache.turbine.util.db.pool
ConnectionPool
          This class implements a simple connection pooling scheme.
ConnectionWaitTimeoutException
          Thrown to indicate that
DBConnection
          This class wraps the JDBC Connection class, providing built-in exception logging to stderr and a timestamp which indicates how old the Connection is.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.