Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
J
P
S
T
A
AbstractConnectionProxy
- Class in
com.atomikos.jdbc
Common logic for the different dynamic connection proxies.
AbstractConnectionProxy()
- Constructor for class com.atomikos.jdbc.
AbstractConnectionProxy
AbstractDataSourceBean
- Class in
com.atomikos.jdbc
Abstract data source bean with generic functionality.
AbstractDataSourceBean()
- Constructor for class com.atomikos.jdbc.
AbstractDataSourceBean
addStatement(Statement)
- Method in class com.atomikos.jdbc.
AbstractConnectionProxy
AtomikosDataSourceBean
- Class in
com.atomikos.jdbc
The preferred class for using Atomikos connection pooling.
AtomikosDataSourceBean()
- Constructor for class com.atomikos.jdbc.
AtomikosDataSourceBean
AtomikosNonXADataSourceBean
- Class in
com.atomikos.jdbc.nonxa
A Bean class for DataSource access to non-XA JDBC implementations.
AtomikosNonXADataSourceBean()
- Constructor for class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
AtomikosSQLException
- Exception in
com.atomikos.jdbc
AtomikosXAPooledConnection
- Class in
com.atomikos.jdbc
AtomikosXAPooledConnection(XAConnection, JdbcTransactionalResource, ConnectionPoolProperties)
- Constructor for class com.atomikos.jdbc.
AtomikosXAPooledConnection
C
canBeRecycledForCallingThread()
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
close()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
com.atomikos.jdbc
- package com.atomikos.jdbc
com.atomikos.jdbc.nonxa
- package com.atomikos.jdbc.nonxa
convertProxyError(Throwable, String)
- Static method in class com.atomikos.jdbc.
JdbcConnectionProxyHelper
Converts a driver error (generic exception) into an appropriate SQLException or RuntimeException.
D
destroy()
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
doClose()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
doClose()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
doClose()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
doCreateConnectionProxy(HeuristicMessage)
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
doInit()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
doInit()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
doInit()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
DriverManagerDataSource
- Class in
com.atomikos.jdbc.nonxa
Deprecated.
As of release 3.3, the
AtomikosNonXADataSourceBean
should be used instead.
DriverManagerDataSource()
- Constructor for class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
F
forceCloseAllPendingStatements(boolean)
- Method in class com.atomikos.jdbc.
AbstractConnectionProxy
G
getBorrowConnectionTimeout()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Get the maximum amount of time in seconds the pool will block waiting for a connection to become available in the pool when it is empty.
getConnection(HeuristicMessage)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getConnection(String, String)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getConnection()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getConnection(String)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getConnection(String, String, String)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getConnection(String, String, HeuristicMessage)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getConnection(String)
- Method in interface com.atomikos.jdbc.
HeuristicDataSource
Get a connection to the datasource for the given description of the work.
getConnection(String, String, String)
- Method in interface com.atomikos.jdbc.
HeuristicDataSource
Get a connection to the datasource for the given description of the work.
getConnection(HeuristicMessage)
- Method in interface com.atomikos.jdbc.
HeuristicDataSource
Get a connection to the datasource for the given description of the work.
getConnection(String, String, HeuristicMessage)
- Method in interface com.atomikos.jdbc.
HeuristicDataSource
Get a connection to the datasource for the given description of the work.
getConnection(HeuristicMessage)
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
getConnection()
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getConnection(String, String)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getDefaultIsolationLevel()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Gets the default isolation level for connections created by this datasource.
getDriverClassName()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
getDriverClassName()
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getLocalTransactionMode()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Tests whether local transactions are allowed - defaults to true for JDBC.
getLoginTimeout()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getLoginTimeout()
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getLogWriter()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getLogWriter()
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getMaintenanceInterval()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Gets the maintenance interval as set.
getMaxIdleTime()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Gets the maximum amount of time in seconds a connection can stay in the pool before being eligible for being closed during pool shrinking.
getMaxPoolSize()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Get the maximum pool size.
getMinPoolSize()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Gets the minimum size of the pool.
getPassword()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
getReadOnly()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
getReapTimeout()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Get the amount of time in seconds the connection pool will allow a connection to be borrowed before claiming it back.
getReference()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
getTestQuery()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Gets the SQL query used to test a connection before returning it.
getUniqueResourceName()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Get the resource name.
getUrl()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
Gets the URL to connect.
getUrl()
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getUser()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
getUser()
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
getXaDataSource()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
Gets the configured XADataSource (if any).
getXaDataSourceClassName()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
Get the XADataSource class name.
getXaProperties()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
Gets the properties used to configure the XADataSource.
H
HeuristicDataSource
- Interface in
com.atomikos.jdbc
A data source that supports the addition of heuristic messages to SQL data access.
I
init()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
isAvailable()
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
isErroneous()
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
isInTransaction(CompositeTransaction)
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
J
JdbcConnectionProxyHelper
- Class in
com.atomikos.jdbc
JdbcConnectionProxyHelper()
- Constructor for class com.atomikos.jdbc.
JdbcConnectionProxyHelper
P
poolAvailableSize()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
poolTotalSize()
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
printXaProperties()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
S
setBorrowConnectionTimeout(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the maximum amount of time in seconds the pool will block waiting for a connection to become available in the pool when it is empty.
setDefaultIsolationLevel(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the default isolation level of connections returned by this datasource.
setDriverClassName(String)
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
Sets the driver class name to be used by the DriverManager.
setDriverClassName(String)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
setIsolationLevel(Connection, int)
- Static method in class com.atomikos.jdbc.
JdbcConnectionProxyHelper
setLoginTimeout(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
setLoginTimeout(int)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
setLogWriter(PrintWriter)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
setLogWriter(PrintWriter)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
setMaintenanceInterval(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the maintenance interval for the pool maintenance thread.
setMaxIdleTime(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the maximum amount of seconds that unused excess connections should stay in the pool.
setMaxPoolSize(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the maximum pool size.
setMinPoolSize(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the minimum pool size.
setPassword(String)
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
Sets the password to use.
setPassword(String)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
setPoolSize(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets both the minimal and maximal pool size.
setReadOnly(boolean)
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
Marks this datasource as being used for read-only work.
setReapTimeout(int)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the amount of time (in seconds) that the connection pool will allow a connection to be in use, before claiming it back.
setTestQuery(String)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the SQL query or statement used to validate a connection before returning it.
setUniqueResourceName(String)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
Sets the resource name.
setUrl(String)
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
Sets the URL to use for getting connections.
setUrl(String)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
setUser(String)
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
Set the user name to get connections with.
setUser(String)
- Method in class com.atomikos.jdbc.nonxa.
DriverManagerDataSource
Deprecated.
setXaDataSource(XADataSource)
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
Sets the XADataSource directly - instead of providing the xaDataSourceClassName and xaProperties.
setXaDataSourceClassName(String)
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
Sets the fully qualified underlying XADataSource class name.
setXaProperties(Properties)
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
Sets the properties (name,value pairs) used to configure the XADataSource.
T
testUnderlyingConnection()
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
throwAtomikosSQLException(String)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
throwAtomikosSQLException(String, Throwable)
- Method in class com.atomikos.jdbc.
AbstractDataSourceBean
throwAtomikosSQLException(String, Throwable)
- Static method in exception com.atomikos.jdbc.
AtomikosSQLException
Logs and throws an AtomikosSQLException.
throwAtomikosSQLException(String)
- Static method in exception com.atomikos.jdbc.
AtomikosSQLException
Logs and throws an AtomikosSQLException.
toString()
- Method in class com.atomikos.jdbc.
AtomikosDataSourceBean
toString()
- Method in class com.atomikos.jdbc.
AtomikosXAPooledConnection
toString()
- Method in class com.atomikos.jdbc.nonxa.
AtomikosNonXADataSourceBean
A
C
D
F
G
H
I
J
P
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012. All Rights Reserved.