Example usage for Java javax.sql XAConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addConnectionEventListener(ConnectionEventListener listener) Registers the given event listener so that it will be notified when an event occurs on this PooledConnection object. |
void | close() Closes the physical connection that this PooledConnection object represents. |
Connection | getConnection() Creates and returns a Connection object that is a handle for the physical connection that this PooledConnection object represents. |
javax.transaction.xa.XAResource | getXAResource() Retrieves an XAResource object that the transaction manager will use to manage this XAConnection object's participation in a distributed transaction. |