org.seasar.extension.dbcp.impl
クラス XAConnectionImpl
java.lang.Object
org.seasar.extension.dbcp.impl.XAConnectionImpl
- すべての実装インタフェース:
- PooledConnection, XAConnection
- public class XAConnectionImpl
- extends Object
- implements XAConnection
XAConnection
の実装です。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XAConnectionImpl
public XAConnectionImpl(Connection connection)
XAConnectionImpl
を作成します。
- パラメータ:
connection
- コネクション
getXAResource
public XAResource getXAResource()
- 定義:
- インタフェース
XAConnection
内の getXAResource
getConnection
public Connection getConnection()
throws SQLException
- 定義:
- インタフェース
PooledConnection
内の getConnection
- 例外:
SQLException
close
public void close()
throws SQLException
- 定義:
- インタフェース
PooledConnection
内の close
- 例外:
SQLException
addConnectionEventListener
public void addConnectionEventListener(ConnectionEventListener listener)
- 定義:
- インタフェース
PooledConnection
内の addConnectionEventListener
removeConnectionEventListener
public void removeConnectionEventListener(ConnectionEventListener listener)
- 定義:
- インタフェース
PooledConnection
内の removeConnectionEventListener
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.