org.springframework.boot.jta.atomikos

Class AtomikosXAConnectionFactoryWrapper

  • java.lang.Object
    • org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      javax.jms.ConnectionFactory wrapConnectionFactory(javax.jms.XAConnectionFactory connectionFactory)
      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

      • AtomikosXAConnectionFactoryWrapper

        public AtomikosXAConnectionFactoryWrapper()
    • 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