|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.sql
|
Method Summary | |
---|---|
XAResource |
getXAResource()
Retrieves an XAResource object that
the transaction manager will use
to manage this XAConnection object's participation in a
distributed transaction. |
Methods inherited from interface javax.sql.PooledConnection |
---|
addConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListener |
Method Detail |
---|
XAResource getXAResource() throws SQLException
XAResource
object that
the transaction manager will use
to manage this XAConnection
object's participation in a
distributed transaction.
XAResource
object
SQLException
- if a database access error occurs
SQLFeatureNotSupportedException
- if the JDBC driver does not support
this method