org.springframework.boot.jta.bitronix

Class BitronixXAConnectionFactoryWrapper

  • java.lang.Object
    • org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      javax.jms.ConnectionFactory wrapConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
      Deprecated. 
      Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BitronixXAConnectionFactoryWrapper

        public BitronixXAConnectionFactoryWrapper()
        Deprecated. 
    • Method Detail

      • wrapConnectionFactory

        public javax.jms.ConnectionFactory wrapConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
        Deprecated. 
        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