public class FBXAConnection extends FBPooledConnection implements javax.sql.XAConnection
FBXADataSourceconnection, handler| Constructor and Description |
|---|
FBXAConnection(AbstractConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected org.firebirdsql.ds.PooledConnectionHandler |
createConnectionHandler()
Creates the PooledConnectionHandler for the connection.
|
javax.transaction.xa.XAResource |
getXAResource() |
protected boolean |
inDistributedTransaction() |
protected void |
resetConnection() |
addStatementEventListener, removeStatementEventListeneraddConnectionEventListener, close, fireConnectionClosed, fireConnectionError, fireFatalConnectionError, getConnection, releaseConnectionHandler, removeConnectionEventListenerpublic FBXAConnection(AbstractConnection connection)
public javax.transaction.xa.XAResource getXAResource()
throws java.sql.SQLException
getXAResource in interface javax.sql.XAConnectionjava.sql.SQLExceptionprotected void resetConnection()
throws java.sql.SQLException
resetConnection in class AbstractPooledConnectionjava.sql.SQLExceptionprotected org.firebirdsql.ds.PooledConnectionHandler createConnectionHandler()
AbstractPooledConnectionSubclasses may override this method to return their own subclass of PooledConnectionHandler.
createConnectionHandler in class AbstractPooledConnectionprotected boolean inDistributedTransaction()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.