- getAutoCommit() - Method in class com.atomikos.jdbc.internal.AbstractJdbcConnectionProxy
-
- getBorrowConnectionTimeout() - Method in class com.atomikos.jdbc.internal.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.
- getConcurrentConnectionValidation() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- getConnection() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
- getConnection() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- getConnection(String, String) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- getDefaultIsolationLevel() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Gets the default isolation level for connections created by this datasource.
- getDriverClassName() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
- getLocalTransactionMode() - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
- getLocalTransactionMode() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Tests if JTA transactions are ignored or not.
- getLocalTransactionMode() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Tests whether local transactions are allowed - defaults to false
for JDBC.
- getLoginTimeout() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- getLogWriter() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- getMaintenanceInterval() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Gets the maintenance interval as set.
- getMaxIdleTime() - Method in class com.atomikos.jdbc.internal.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.
- getMaxLifetime() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Gets the maximum lifetime in seconds.
- getMaxPoolSize() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Get the maximum pool size.
- getMinPoolSize() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Gets the minimum size of the pool.
- getParentLogger() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
JDK 1.7 requirement.
- getPassword() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
- getReadOnly() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
- getReadOnly() - Method in class com.atomikos.jdbc.internal.AtomikosNonXAPooledConnection
-
- getReapTimeout() - Method in class com.atomikos.jdbc.internal.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.internal.AbstractDataSourceBean
-
- getTestQuery() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Gets the SQL query used to test a connection before returning it.
- getUniqueResourceName() - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Get the resource name.
- getUrl() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Gets the URL to connect.
- getUser() - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
- 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.
- setAutoCommit(boolean) - Method in class com.atomikos.jdbc.internal.AbstractJdbcConnectionProxy
-
- setBorrowConnectionTimeout(int) - Method in class com.atomikos.jdbc.internal.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.
- setConcurrentConnectionValidation(boolean) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets whether or not to use concurrent connection validation.
- setDefaultIsolationLevel(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the default isolation level of connections returned by this datasource.
- setDriverClassName(String) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Sets the driver class name to be used by the DriverManager.
- setIsolationLevel(Connection, int) - Static method in class com.atomikos.jdbc.internal.JdbcConnectionProxyHelper
-
- setLocalTransactionMode(boolean) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets localTransactionMode.
- setLocalTransactionMode(boolean) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Should JTA transactions be ignored? Optional - most use cases should not change the default setting.
- setLoginTimeout(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- setLogWriter(PrintWriter) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
- setMaintenanceInterval(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the maintenance interval for the pool maintenance thread.
- setMaxIdleTime(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the maximum amount of seconds that unused excess connections should stay in the pool.
- setMaxLifetime(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the maximum amount of seconds that a connection is kept in the pool before
it is destroyed automatically.
- setMaxPoolSize(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the maximum pool size.
- setMinPoolSize(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the minimum pool size.
- setPassword(String) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Sets the password to use.
- setPoolSize(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets both the minimal and maximal pool size.
- setReadOnly(boolean) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Marks this datasource as being used for read-only work.
- setReapTimeout(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the amount of time (in seconds) that the connection pool will allow a connection
to be in use, before claiming it back.
- setSavepoint() - Method in class com.atomikos.jdbc.internal.AbstractJdbcConnectionProxy
-
- setSavepoint(String) - Method in class com.atomikos.jdbc.internal.AbstractJdbcConnectionProxy
-
- setTestQuery(String) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the SQL query or statement used to validate a connection before returning it.
- setUniqueResourceName(String) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the resource name.
- setUrl(String) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Sets the URL to use for getting connections.
- setUser(String) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Set the user name to get connections with.
- 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.