org.firebirdsql.jca
Class FBXAConnection

java.lang.Object
  extended by org.firebirdsql.jca.AbstractXAConnection
      extended by org.firebirdsql.jca.FBXAConnection
All Implemented Interfaces:
javax.sql.PooledConnection, javax.sql.XAConnection

public class FBXAConnection
extends AbstractXAConnection


Constructor Summary
protected FBXAConnection(AbstractConnection connection)
           
 
Method Summary
 void addStatementEventListener(javax.sql.StatementEventListener listener)
           
 void removeStatementEventListener(javax.sql.StatementEventListener listener)
           
 
Methods inherited from class org.firebirdsql.jca.AbstractXAConnection
addConnectionEventListener, close, getConnection, getXAResource, removeConnectionEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBXAConnection

protected FBXAConnection(AbstractConnection connection)
Method Detail

addStatementEventListener

public void addStatementEventListener(javax.sql.StatementEventListener listener)

removeStatementEventListener

public void removeStatementEventListener(javax.sql.StatementEventListener listener)


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.