Skip navigation links
C D G J L O S 

C

closeAllDataSource() - Method in interface org.bridje.jdbc.JdbcService
Close all the DataSources stored in the JdbcService.
closeDataSource(DataSource) - Method in interface org.bridje.jdbc.JdbcService
Close the given DataSource and all its database connections.
createDataSource(DataSourceConfig) - Method in interface org.bridje.jdbc.JdbcService
Creates a new pooled DataSource object from the given configuration.

D

DataSourceConfig - Class in org.bridje.jdbc.config
Represents the configuration parameters needed to initialize a DataSource object in the JdbcService.
DataSourceConfig() - Constructor for class org.bridje.jdbc.config.DataSourceConfig
 

G

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
Gets the name of the DataSource object that will be found by the getDataSource(java.lang.String) method.
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.

J

JdbcConfig - Class in org.bridje.jdbc.config
Configuration object for the JdbcService.
JdbcConfig() - Constructor for class org.bridje.jdbc.config.JdbcConfig
 
JdbcService - Interface in org.bridje.jdbc
Provides services for JDBC data sources.

L

load(VFile) - Static method in class org.bridje.jdbc.config.JdbcConfig
Loads a HttpServerConfig from a file.
load(InputStream) - Static method in class org.bridje.jdbc.config.JdbcConfig
Loads a JdbcConfig from an input stream.

O

org.bridje.jdbc - package org.bridje.jdbc
 
org.bridje.jdbc.config - package org.bridje.jdbc.config
 
org.bridje.jdbc.impl - package org.bridje.jdbc.impl
 

S

save(OutputStream, JdbcConfig) - Static method in class org.bridje.jdbc.config.JdbcConfig
Save a SipServerConfig to an output stream.
setDataSources(List<DataSourceConfig>) - Method in class org.bridje.jdbc.config.JdbcConfig
Sets all the DataSourceConfig objects that can be user by the JdbcService.
setDriver(String) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the driver to be use for connecting the database.
setIdleTime(long) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the minimun time in seconds that a connection is unused in the datasource to be considered iddle and released.
setMaxConnections(int) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the maximun numer of configurations allowed in the datasource.
setMinConnections(int) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the minumun amount of connections to keep in the datasource when iddle connections are released.
setName(String) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the name of the DataSource object that will be found by the getDataSource(java.lang.String) method.
setPassword(String) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the password to be used to authenticate to the database server.
setReconnectTime(int) - 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.
setUrl(String) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the jdbc url to connect to by this DataSource.
setUser(String) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the username to be used to authenticate to the database server.
C D G J L O S 
Skip navigation links

Copyright © 2015–2017 Bridje Framework. All rights reserved.