| An interface that is used to support the participation of a database
connection in distributed transactions. An XAConnection returns an XAResource
object which can be used by a Transaction Manager to manage the XAConnection
as part of a distributed transaction.
It is not intended that this interface is used directly by application code.
It is designed for use by system components which implement distributed
transaction support.
|