Interface XATransactionalConnection

All Superinterfaces:
Transactional, TransactionalConnection

@MinMuleVersion("4.5") public interface XATransactionalConnection extends TransactionalConnection
Specialization of TransactionalConnection for connections which can participate of XA transactions
Since:
1.0
  • Method Details

    • getXAResource

      XAResource getXAResource()
      Returns:
      the XAResource which should be listed on the XA transaction
    • close

      void close()
      Closes this connection and the underlying getXAResource(). Some providers require this method to be explicitly called.