org.springframework.boot.jta.bitronix

Class BitronixXADataSourceWrapper

  • java.lang.Object
    • org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
    • Constructor Detail

      • BitronixXADataSourceWrapper

        public BitronixXADataSourceWrapper()
        Deprecated. 
    • Method Detail

      • wrapDataSource

        public PoolingDataSourceBean wrapDataSource(javax.sql.XADataSource dataSource)
                                             throws java.lang.Exception
        Deprecated. 
        Description copied from interface: XADataSourceWrapper
        Wrap the specific XADataSource and enroll it with a JTA TransactionManager.
        Specified by:
        wrapDataSource in interface XADataSourceWrapper
        Parameters:
        dataSource - the data source to wrap
        Returns:
        the wrapped data source
        Throws:
        java.lang.Exception - if the data source cannot be wrapped