- java.lang.Object
-
- com.atomikos.jdbc.AbstractDataSourceBean
-
- com.atomikos.jdbc.AtomikosDataSourceBean
-
- org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- All Implemented Interfaces:
- com.atomikos.datasource.pool.ConnectionPoolProperties, Serializable, Wrapper, Referenceable, CommonDataSource, DataSource, Aware, BeanNameAware, DisposableBean, InitializingBean
@ConfigurationProperties(prefix="spring.jta.atomikos.datasource")
public class AtomikosDataSourceBean
extends com.atomikos.jdbc.AtomikosDataSourceBean
implements BeanNameAware, InitializingBean, DisposableBean
Spring friendly version of AtomikosDataSourceBean
.
- Since:
- 1.2.0
- Author:
- Phillip Webb, Andy Wilkinson
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class com.atomikos.jdbc.AtomikosDataSourceBean
doClose, doInit, getXaDataSource, getXaDataSourceClassName, getXaProperties, isAssignableFromWrappedVendorClass, setXaDataSource, setXaDataSourceClassName, setXaProperties, toString, unwrapVendorInstance
-
Methods inherited from class com.atomikos.jdbc.AbstractDataSourceBean
close, getBorrowConnectionTimeout, getConcurrentConnectionValidation, getConnection, getConnection, getDefaultIsolationLevel, getLocalTransactionMode, getLoginTimeout, getLogWriter, getMaintenanceInterval, getMaxIdleTime, getMaxLifetime, getMaxPoolSize, getMinPoolSize, getParentLogger, getReapTimeout, getReference, getTestQuery, getUniqueResourceName, init, isWrapperFor, poolAvailableSize, poolTotalSize, refreshPool, setBorrowConnectionTimeout, setConcurrentConnectionValidation, setDefaultIsolationLevel, setLoginTimeout, setLogWriter, setMaintenanceInterval, setMaxIdleTime, setMaxLifetime, setMaxPoolSize, setMinPoolSize, setPoolSize, setReapTimeout, setTestQuery, setUniqueResourceName, throwAtomikosSQLException, unwrap
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.