|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.jca.deploy.config.OutboundAdapterConfig
public class OutboundAdapterConfig
outboundアダプタの構成情報を保持するクラスです.
| フィールドの概要 | |
|---|---|
protected Map<String,List<ConnectionDefConfig>> |
connectionDefs
コネクション定義構成情報のマップ |
protected String |
transactionSupport
サポートするトランザクション制御方法の名前 |
| コンストラクタの概要 | |
|---|---|
OutboundAdapterConfig()
インスタンスを構築します. |
|
| メソッドの概要 | |
|---|---|
void |
addConnectionDef(ConnectionDefConfig connectionDef)
コネクション構成情報を追加します. |
ConnectionDefConfig |
getConnectionDef(String mcf)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義を返します. |
ConnectionDefConfig |
getConnectionDef(String mcf,
int index)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義を返します. |
List<ConnectionDefConfig> |
getConnectionDefs(String mcf)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義のリストを返します. |
int |
getConnectionDefSize(String mcf)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義の数を返します. |
Set<String> |
getMcfClassNames()
ManagedConnectionFactoryの実装クラス名を返します. |
String |
getTransactionSupport()
サポートするトランザクションの種類を返します. |
void |
setTransactionSupport(String transactionSupport)
サポートするトランザクションの種類を設定します. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final Map<String,List<ConnectionDefConfig>> connectionDefs
protected String transactionSupport
| コンストラクタの詳細 |
|---|
public OutboundAdapterConfig()
| メソッドの詳細 |
|---|
public void addConnectionDef(ConnectionDefConfig connectionDef)
connectionDef - コネクション構成情報public int getConnectionDefSize(String mcf)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義の数を返します.
mcf - ManagedConnectionFactoryの実装クラス名
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義の数public ConnectionDefConfig getConnectionDef(String mcf)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義を返します.
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義が複数ある場合は,
最初に関連づけられたコネクション定義を返します.
mcf - ManagedConnectionFactoryの実装クラス名
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義
public ConnectionDefConfig getConnectionDef(String mcf,
int index)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義を返します.
mcf - ManagedConnectionFactoryの実装クラス名index - インデックス
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義public List<ConnectionDefConfig> getConnectionDefs(String mcf)
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義のリストを返します.
mcf - ManagedConnectionFactoryの実装クラス名
ManagedConnectionFactoryの実装クラス名に関連づけられたコネクション定義のリストpublic Set<String> getMcfClassNames()
ManagedConnectionFactoryの実装クラス名を返します.
ManagedConnectionFactoryの実装クラス名public String getTransactionSupport()
public void setTransactionSupport(String transactionSupport)
transactionSupport - サポートするトランザクションの種類
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||