com.alibaba.druid.pool.xa
Class JtdsXAConnection
java.lang.Object
com.alibaba.druid.pool.xa.JtdsXAConnection
- All Implemented Interfaces:
- PooledConnection, XAConnection
public class JtdsXAConnection
- extends Object
- implements XAConnection
JtdsXAConnection
public JtdsXAConnection(Connection connection)
throws SQLException
- Throws:
SQLException
getConnection
public Connection getConnection()
throws SQLException
- Specified by:
getConnection in interface PooledConnection
- Throws:
SQLException
close
public void close()
throws SQLException
- Specified by:
close in interface PooledConnection
- Throws:
SQLException
addConnectionEventListener
public void addConnectionEventListener(ConnectionEventListener listener)
- Specified by:
addConnectionEventListener in interface PooledConnection
removeConnectionEventListener
public void removeConnectionEventListener(ConnectionEventListener listener)
- Specified by:
removeConnectionEventListener in interface PooledConnection
addStatementEventListener
public void addStatementEventListener(StatementEventListener listener)
- Specified by:
addStatementEventListener in interface PooledConnection
removeStatementEventListener
public void removeStatementEventListener(StatementEventListener listener)
- Specified by:
removeStatementEventListener in interface PooledConnection
getXAResource
public XAResource getXAResource()
throws SQLException
- Specified by:
getXAResource in interface XAConnection
- Throws:
SQLException
Copyright © 2012 Alibaba Group. All Rights Reserved.