Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.db.exception.ConnectionPoolException

Packages that use ConnectionPoolException
com.jcorporate.expresso.core.db Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso. 
com.jcorporate.expresso.core.db.exception Specific database exceptions, subclassing DBException 
 

Uses of ConnectionPoolException in com.jcorporate.expresso.core.db
 

Methods in com.jcorporate.expresso.core.db that throw ConnectionPoolException
protected  void DBConnectionPool.cleanAvailable()
          Iterates once through the available connections and cleans them.
 void DBConnectionPool.clean()
          Clean the connection pool - see if any connections have been idle more than the allowed number of seconds .
 DBConnection DBConnectionPool.getConnection()
          Find an available connection in the default connection pool, if any.
protected  com.jcorporate.expresso.core.db.config.JNDIConfig DBConnectionPool.getJNDIConfig(com.jcorporate.expresso.core.db.config.JDBCConfig curConfig)
          Function that retrieves the JNDI config.
protected static com.jcorporate.expresso.core.db.config.JDBCConfig DBConnectionPool.getJDBCConfig(String dataContext)
          Return the JDBConfig regardless of initialization by kernel package or DefaultInit servlet
 

Uses of ConnectionPoolException in com.jcorporate.expresso.core.db.exception
 

Subclasses of ConnectionPoolException in com.jcorporate.expresso.core.db.exception
 class PoolFullException
          Exception that is thrown when the DBConnectionPool is full.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.