org.dyndns.nuda.mapper.helper.command
クラス GetConnectionCommandImpl

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.helper.command.GetConnectionCommandImpl
すべての実装されたインタフェース:
GetConnectionCommand, SQLInterfaceControllerCommand

public class GetConnectionCommandImpl
extends java.lang.Object
implements GetConnectionCommand

SQLインタフェースコンテナ制御コマンド:コネクション取得

作成者:
nkoseki
関連項目:
org.dyndns.nuda.mapper.helper.command.GetConnectionComamnd

コンストラクタの概要
GetConnectionCommandImpl()
           
 
メソッドの概要
 java.sql.Connection getConnection()
          設定されたJDBCコネクションオブジェクトを取得します
 JDBCXMLInvocationHandler getContainer()
          このインスタンスに設定されているSQLInterfaceコンテナを取得します
 void setContainer(JDBCXMLInvocationHandler container)
          このインスタンスにSQLInterfaceコンテナを設定します
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetConnectionCommandImpl

public GetConnectionCommandImpl()
メソッドの詳細

setContainer

public void setContainer(JDBCXMLInvocationHandler container)
インタフェース SQLInterfaceControllerCommand の記述:
このインスタンスにSQLInterfaceコンテナを設定します

定義:
インタフェース SQLInterfaceControllerCommand 内の setContainer
パラメータ:
container - SQLInterfaceコンテナ

getContainer

public JDBCXMLInvocationHandler getContainer()
インタフェース SQLInterfaceControllerCommand の記述:
このインスタンスに設定されているSQLInterfaceコンテナを取得します

定義:
インタフェース SQLInterfaceControllerCommand 内の getContainer
戻り値:
SQLInterfaceコンテナ

getConnection

public java.sql.Connection getConnection()
インタフェース GetConnectionCommand の記述:
設定されたJDBCコネクションオブジェクトを取得します

定義:
インタフェース GetConnectionCommand 内の getConnection
戻り値: