org.seasar.extension.dbcp.impl
クラス XAConnectionImpl

java.lang.Object
  拡張org.seasar.extension.dbcp.impl.XAConnectionImpl
すべての実装インタフェース:
javax.sql.PooledConnection, javax.sql.XAConnection

public class XAConnectionImpl
extends java.lang.Object
implements javax.sql.XAConnection

XAConnectionの実装です。

作成者:
higa

コンストラクタの概要
XAConnectionImpl(java.sql.Connection connection)
          XAConnectionImplを作成します。
 
メソッドの概要
 void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
           
 void close()
           
 java.sql.Connection getConnection()
           
 XAResource getXAResource()
           
 void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XAConnectionImpl

public XAConnectionImpl(java.sql.Connection connection)
XAConnectionImplを作成します。

パラメータ:
connection - コネクション
メソッドの詳細

getXAResource

public XAResource getXAResource()
定義:
インタフェース javax.sql.XAConnection 内の getXAResource

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
定義:
インタフェース javax.sql.PooledConnection 内の getConnection
例外:
java.sql.SQLException

close

public void close()
           throws java.sql.SQLException
定義:
インタフェース javax.sql.PooledConnection 内の close
例外:
java.sql.SQLException

addConnectionEventListener

public void addConnectionEventListener(javax.sql.ConnectionEventListener listener)
定義:
インタフェース javax.sql.PooledConnection 内の addConnectionEventListener

removeConnectionEventListener

public void removeConnectionEventListener(javax.sql.ConnectionEventListener listener)
定義:
インタフェース javax.sql.PooledConnection 内の removeConnectionEventListener


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.