B C D G I O R S U W

B

build() - Method in interface org.apithefire.sql.connect.ConnectionPool.ConnectionPoolBuilder
Builds a new ConnectionPool.

C

close() - Method in interface org.apithefire.sql.connect.ConnectionPool
Close all connections of this connection pool.
ConnectionPool - Interface in org.apithefire.sql.connect
A ConnectionPool is a cache of database connections.
ConnectionPool.ConnectionPoolBuilder - Interface in org.apithefire.sql.connect
A ConnectionPool builder.
ConnectionProvider - Interface in org.apithefire.sql.connect
A connection provider.
ConnectionProviderWrapper - Class in org.apithefire.sql.connect
A DataSource wrapper to provide ConnectionProvider interface.

D

DataSourceWrapper - Class in org.apithefire.sql.connect
A ConnectionProvider wrapper to provide DataSource interface.
DataSourceWrapper(DataSource) - Constructor for class org.apithefire.sql.connect.DataSourceWrapper
 

G

getConnection() - Method in interface org.apithefire.sql.connect.ConnectionProvider
Gets a connection from this connection provider.
getConnection() - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 
getConnection(String, String) - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 
getConnection() - Method in class org.apithefire.sql.connect.DataSourceWrapper
 
getDatabaseName() - Method in interface org.apithefire.sql.connect.RemoteConnector
Returns database name.
getHost() - Method in interface org.apithefire.sql.connect.RemoteConnector
Returns server name.
getLoginTimeout() - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 
getLoginTimeout() - Method in interface org.apithefire.sql.connect.RemoteConnector
Returns the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 
getMaxPoolSize() - Method in interface org.apithefire.sql.connect.ConnectionPool
Returns maximum connection pool size.
getMinPoolSize() - Method in interface org.apithefire.sql.connect.ConnectionPool
Returns minimum connection pool size.
getPassword() - Method in interface org.apithefire.sql.connect.RemoteConnector
Returns password used to connect to server.
getPort() - Method in interface org.apithefire.sql.connect.RemoteConnector
Returns remote port number.
getUsername() - Method in interface org.apithefire.sql.connect.RemoteConnector
Returns username used to connect to server.
getWrappedDataSource() - Method in class org.apithefire.sql.connect.DataSourceWrapper
 

I

isWrapperFor(Class<?>) - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 

O

org.apithefire.sql - package org.apithefire.sql
 
org.apithefire.sql.connect - package org.apithefire.sql.connect
 

R

RemoteConnector - Interface in org.apithefire.sql.connect
A remote connector connects to remote server to obtain connection.
RuntimeSqlException - Exception in org.apithefire.sql
A runtime SQLException wrapper exception.
RuntimeSqlException() - Constructor for exception org.apithefire.sql.RuntimeSqlException
 
RuntimeSqlException(String, Throwable) - Constructor for exception org.apithefire.sql.RuntimeSqlException
 
RuntimeSqlException(String) - Constructor for exception org.apithefire.sql.RuntimeSqlException
 
RuntimeSqlException(Throwable) - Constructor for exception org.apithefire.sql.RuntimeSqlException
 

S

setConnectionProvider(ConnectionProvider) - Method in interface org.apithefire.sql.connect.ConnectionPool.ConnectionPoolBuilder
Sets the underlying connection provider.
setLoginTimeout(int) - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 
setLogWriter(PrintWriter) - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 
setMaxPoolSize(int) - Method in interface org.apithefire.sql.connect.ConnectionPool.ConnectionPoolBuilder
Sets maximum connection pool size.
setMinPoolSize(int) - Method in interface org.apithefire.sql.connect.ConnectionPool.ConnectionPoolBuilder
Sets minimum connection pool size.

U

unwrap(Class<T>) - Method in class org.apithefire.sql.connect.ConnectionProviderWrapper
 

W

wrap(ConnectionProvider) - Static method in class org.apithefire.sql.connect.ConnectionProviderWrapper
Wraps the specified connection provider.

B C D G I O R S U W

Copyright © 2008. All Rights Reserved.