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

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

public class XAConnectionImpl
extends Object
implements XAConnection


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

コンストラクタの詳細

XAConnectionImpl

public XAConnectionImpl(Connection 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-2007 The Seasar Foundation. All Rights Reserved.