- getDataSource(String) - Method in interface org.bridje.jdbc.JdbcService
-
Retrives a pooled DataSource object associated with the given name.
- getDataSources() - Method in class org.bridje.jdbc.config.JdbcConfig
-
Gets all the DataSourceConfig objects specified by the user in the
jdbc.xml configuration file.
- getDriver() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the driver to be used for connecting the database.
- getIdleTime() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the minimun time in seconds that a connection is unused in the
datasource to be considered iddle and released.
- getMaxConnections() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the maximun numer of configurations allowed in the datasource.
- getMinConnections() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the minumun amount of connections to keep in the datasource when
iddle connections are released.
- getName() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
- getPassword() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the password to be used to authenticate to the database server.
- getReconnectTime() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
The time in seconds before the connection is tested to be discarted as
idle, and the framework tries to reconnect it again.
- getUrl() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the jdbc url to connect to by this DataSource.
- getUser() - Method in class org.bridje.jdbc.config.DataSourceConfig
-
Gets the username to be used to authenticate to the database server.