- 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.
- setConcurrentConnectionValidation(boolean) - Method in class com.atomikos.jdbc.AbstractDataSourceBean
-
Sets whether or not to use concurrent connection validation.
- 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.
- setIsolationLevel(Connection, int) - Static method in class com.atomikos.jdbc.JdbcConnectionProxyHelper
-
- setLoginTimeout(int) - Method in class com.atomikos.jdbc.AbstractDataSourceBean
-
- setLogWriter(PrintWriter) - Method in class com.atomikos.jdbc.AbstractDataSourceBean
-
- 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.
- setMaxLifetime(int) - Method in class com.atomikos.jdbc.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.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.
- 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.
- setUser(String) - Method in class com.atomikos.jdbc.nonxa.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.