Uses of Class
de.mguennewig.pobjects.jdbc.ContainerPool

Packages that use ContainerPool
de.mguennewig.pobjects.jdbc This package contains Container implementations that use a JDBC connection. 
de.mguennewig.pobjects.optional The package de.mguennewig.pobjects.optional contains classes that depend on optional external libraries. 
 

Uses of ContainerPool in de.mguennewig.pobjects.jdbc
 

Subclasses of ContainerPool in de.mguennewig.pobjects.jdbc
 class JndiContainerPool
          Provides a pool of JdbcContainer that uses JNDI to get connections.
 

Uses of ContainerPool in de.mguennewig.pobjects.optional
 

Subclasses of ContainerPool in de.mguennewig.pobjects.optional
 class BasicContainerPool
          A JDBC container pool using the Apache DBCP data source.