Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.db.datasource.DSException

Packages that use DSException
com.jcorporate.expresso.core.db.datasource DataSource components for establishing database connections and connection pooling via JNDI Also contains all Exceptions used for Data Source while working with Expresso. 
 

Uses of DSException in com.jcorporate.expresso.core.db.datasource
 

Methods in com.jcorporate.expresso.core.db.datasource that throw DSException
 void JndiDataSource.setupContext()
          Configure and set up the JNDI search for database Pool Factory connection.
 Connection JndiDataSource.getConnection()
          Get connection from JNDI Factory retrieve from the context previously set up.
 Connection JndiDataSource.getConnection(String Username, String Password)
          Get connection from JNDI Factory retrieve from the context previously set up.
 


Expresso 5-6

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