org.springframework.boot.jta.bitronix

Class BitronixXAConnectionFactoryWrapper

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

      • BitronixXAConnectionFactoryWrapper

        public BitronixXAConnectionFactoryWrapper()
    • Method Detail

      • wrapConnectionFactory

        public javax.jms.ConnectionFactory wrapConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
        Description copied from interface: XAConnectionFactoryWrapper
        Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
        Specified by:
        wrapConnectionFactory in interface XAConnectionFactoryWrapper
        Parameters:
        connectionFactory - the connection factory to wrap
        Returns:
        the wrapped connection factory

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.