- 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.AtomikosNonPoolingDataSourceBean
-
- setConcurrentConnectionValidation(boolean) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets whether or not to use concurrent connection validation.
- setConnectionValidationInterval(long) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the interval between 2 connection validation attempts by the pool.
- 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.
- setEndExistingXaBranchFlags(int) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets vendor-specific XA flags to use when ending an existing XA branch.
- setFailOnInitIfDatabaseDown(boolean) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Make init fail if the database is down (or unreachable).
- setIgnoreJtaTransactions(boolean) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Should JTA transactions be ignored completely or not?
Optional, defaults to false.
- setInitConnectionSql(String) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the SQL statement used to initialize new connections created in the pool.
- setIsolationLevel(Connection, int) - Static method in class com.atomikos.jdbc.internal.JdbcConnectionProxyHelper
-
- setJoinExistingXaBranchFlags(int) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets vendor-specific XA flags to use when joining an existing XA branch.
- 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.AtomikosNonPoolingDataSourceBean
-
- 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.AtomikosNonPoolingDataSourceBean
-
- 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.AtomikosNonPoolingDataSourceBean
-
- 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.AtomikosNonPoolingDataSourceBean
-
- setMaxPoolSize(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the maximum pool size.
- setMinPoolSize(int) - Method in class com.atomikos.jdbc.AtomikosNonPoolingDataSourceBean
-
- setMinPoolSize(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the minimum pool size.
- setNetworkTimeout(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets the network timeout: the maximum time after which a non-responsive connection will be considered dead.
- setPassword(String) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Sets the password to use.
- setPoolSize(int) - Method in class com.atomikos.jdbc.AtomikosNonPoolingDataSourceBean
-
- setPoolSize(int) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Sets both the minimal and maximal pool size.
- setPropagateJtaTimeoutToXaResource(boolean) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets whether to propagate JTA transaction timeout preferences to the
underlying XAResource.
- setReadOnly(boolean) - Method in class com.atomikos.jdbc.AtomikosNonXADataSourceBean
-
Marks this datasource as being used for read-only work.
- setRecycleActiveConnectionsInTransaction(boolean) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Should active connections be recycled?
Optional, defaults to false.
- setResumeExistingXaBranchFlags(int) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets vendor-specific XA flags to use when resuming an existing XA branch.
- setSavepoint() - Method in class com.atomikos.jdbc.internal.AbstractJdbcConnectionProxy
-
- setSavepoint(String) - Method in class com.atomikos.jdbc.internal.AbstractJdbcConnectionProxy
-
- setStartNewXaBranchFlags(int) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets vendor-specific XA start flags used for creating a new branch.
- setSupportsTmJoin(boolean) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets the behavior related to XA TMJOIN.
- setSuspendExistingXaBranchFlags(int) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets vendor-specific XA flags to use when suspending an existing XA branch.
- 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.
- setUseDriverBasedConnectionValidation(boolean) - Method in class com.atomikos.jdbc.internal.AbstractDataSourceBean
-
Enables JDBC connection validation for drivers of type JDBC4 or higher.
- 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.
- setXaPropertyNamesToHide(Set<String>) - Method in class com.atomikos.jdbc.AtomikosDataSourceBean
-
Sets the XA property names whose values should be hidden in the logs.