クラス
org.seasar.jca.deploy.config.ConnectionDefConfig の使用

ConnectionDefConfig を使用しているパッケージ
org.seasar.jca.deploy.config リソースアダプタの構成情報を保持するためのクラスを提供します. 
org.seasar.jca.deploy.impl リソースアダプタを利用可能な状態にデプロイするための実装クラスを提供します. 
 

org.seasar.jca.deploy.config での ConnectionDefConfig の使用
 

ConnectionDefConfig 型の型パラメータを持つ org.seasar.jca.deploy.config のフィールド
protected  Map<String,List<ConnectionDefConfig>> OutboundAdapterConfig.connectionDefs
          コネクション定義構成情報のマップ
 

ConnectionDefConfig を返す org.seasar.jca.deploy.config のメソッド
 ConnectionDefConfig[] ResourceAdapterConfig.getConnectionDef(String mcf)
          指定されたManagedConnectionFactoryが持つコネクション構成情報の配列を返します.
 ConnectionDefConfig OutboundAdapterConfig.getConnectionDef(String mcf)
          ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義を返します.
 ConnectionDefConfig ResourceAdapterConfig.getConnectionDef(String mcf, int index)
          指定されたManagedConnectionFactoryが持つインデックスで指定された位置のコネクション構成情報を返します.
 ConnectionDefConfig OutboundAdapterConfig.getConnectionDef(String mcf, int index)
          ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義を返します.
 

ConnectionDefConfig 型の引数を持つ型を返す org.seasar.jca.deploy.config のメソッド
 List<ConnectionDefConfig> OutboundAdapterConfig.getConnectionDefs(String mcf)
          ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義のリストを返します.
 

ConnectionDefConfig 型のパラメータを持つ org.seasar.jca.deploy.config のメソッド
 void OutboundAdapterConfig.addConnectionDef(ConnectionDefConfig connectionDef)
          コネクション構成情報を追加します.
 

org.seasar.jca.deploy.impl での ConnectionDefConfig の使用
 

ConnectionDefConfig を返す org.seasar.jca.deploy.impl のメソッド
protected  ConnectionDefConfig ManagedConnectionFactoryDeployer.getConnectionDefinitionConfig()
          リソースアダプタ・デプロイヤから connector/resource-adapter/outbound-resourceadapter/connection-definitionを 取得して返します.
protected  ConnectionDefConfig ResourceAdapterTagHandlerRule.peekConnectionDefConfig(TagHandlerContext context)
          TagHandlerContextのスタックから最上位のConnectionDefConfigを返します.
 



Copyright © 2005-2010 The Seasar Foundation. All Rights Reserved.