Java javax.sql XAConnection fields, constructors, methods, implement or subclass

Example usage for Java javax.sql XAConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sql XAConnection.

The text is from its open source code.

Method

voidaddConnectionEventListener(ConnectionEventListener listener)
Registers the given event listener so that it will be notified when an event occurs on this PooledConnection object.
voidclose()
Closes the physical connection that this PooledConnection object represents.
ConnectiongetConnection()
Creates and returns a Connection object that is a handle for the physical connection that this PooledConnection object represents.
javax.transaction.xa.XAResourcegetXAResource()
Retrieves an XAResource object that the transaction manager will use to manage this XAConnection object's participation in a distributed transaction.