Skip navigation links
C D G J L O R 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() - Method in class org.bridje.jdbc.config.SchemaConfig
 
getDataSource(String) - Method in interface org.bridje.jdbc.JdbcService
Retrieves a pooled DataSource object associated with the given name.
getDataSourceBySchema(String) - Method in interface org.bridje.jdbc.JdbcService
Retrieves 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 minimum time in seconds that a connection is unused in the datasource to be considered idle and released.
getMaxConnections() - Method in class org.bridje.jdbc.config.DataSourceConfig
Gets the maximum number of configurations allowed in the datasource.
getMinConnections() - Method in class org.bridje.jdbc.config.DataSourceConfig
Gets the minimum amount of connections to keep in the datasource when idle 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.
getName() - Method in class org.bridje.jdbc.config.SchemaConfig
 
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 discarded as idle, and the framework tries to reconnect it again.
getSchemas() - Method in class org.bridje.jdbc.config.JdbcConfig
 
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 JdbcConfig from a file.
load(InputStream) - Static method in class org.bridje.jdbc.config.JdbcConfig
Loads a JdbcConfig from an input stream.
loadDefConfig() - Method in interface org.bridje.jdbc.JdbcService
Loads the default configuration for this service.

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
 

R

reconnectAll(JdbcConfig) - Method in interface org.bridje.jdbc.JdbcService
Close all the datasources and reconnects.

S

save(OutputStream, JdbcConfig) - Static method in class org.bridje.jdbc.config.JdbcConfig
Save a JdbcConfig to an output stream.
SchemaConfig - Class in org.bridje.jdbc.config
 
SchemaConfig() - Constructor for class org.bridje.jdbc.config.SchemaConfig
 
setDataSource(String) - Method in class org.bridje.jdbc.config.SchemaConfig
 
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 minimum time in seconds that a connection is unused in the datasource to be considered idle and released.
setMaxConnections(int) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the maximum number of configurations allowed in the datasource.
setMinConnections(int) - Method in class org.bridje.jdbc.config.DataSourceConfig
Sets the minimum amount of connections to keep in the datasource when idle 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.
setName(String) - Method in class org.bridje.jdbc.config.SchemaConfig
 
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 discarded as idle, and the framework tries to reconnect it again.
setSchemas(List<SchemaConfig>) - Method in class org.bridje.jdbc.config.JdbcConfig
 
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 R S 
Skip navigation links

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