|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.jca.deploy.config.ConfigPropertyContainer org.seasar.jca.deploy.config.ConnectionDefConfig
public class ConnectionDefConfig
コネクションの構成情報を保持するクラスです.
コネクションの構成情報には次のものがあります.
ManagedConnectionFactory
の実装クラス名
フィールドの概要 | |
---|---|
protected String |
cfImplClass
ConnectionFactoryの実装クラス名 |
protected String |
cfInterface
ConnectionFactoryのインタフェース名 |
protected String |
connectionImplClass
Connectionの実装クラス名 |
protected String |
connectionInterface
Connectionのインタフェース名 |
protected String |
mcfClass
ManagedConnectionFactory |
protected OutboundAdapterConfig |
parent
親となる OutboundAdapterConfig |
クラス org.seasar.jca.deploy.config.ConfigPropertyContainer から継承されたフィールド |
---|
props |
コンストラクタの概要 | |
---|---|
ConnectionDefConfig(OutboundAdapterConfig parent)
インスタンスを構築します. |
メソッドの概要 | |
---|---|
String |
getCfImplClass()
ConnectionFactory の実装クラス名を返します. |
String |
getCfInterface()
ConnectionFactoryのインタフェース名を返します. |
String |
getConnectionImplClass()
コネクションの実装クラス名を返します. |
String |
getConnectionInterface()
コネクションのインタフェース名を返します. |
String |
getMcfClass()
ManagedConnectionFactory の実装クラス名を返します. |
OutboundAdapterConfig |
getOutboundAdapter()
親となる OutboundAdapterConfig を返します. |
void |
setCfImplClass(String cfImplClass)
ConnectionFactory の実装クラス名を設定します. |
void |
setCfInterface(String cfInterface)
ConnectionFactoryのインタフェース名を設定します. |
void |
setConnectionImplClass(String connectionImplClass)
コネクションの実装クラス名を設定します. |
void |
setConnectionInterface(String connectionInterface)
コネクションのインタフェース名を設定します. |
void |
setMcfClass(String mcfClass)
ManagedConnectionFactory の実装クラス名を設定します. |
クラス org.seasar.jca.deploy.config.ConfigPropertyContainer から継承されたメソッド |
---|
getProperty, getPropertyKeys, getPropertyValues, putProperties, putProperty |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final OutboundAdapterConfig parent
OutboundAdapterConfig
protected String mcfClass
ManagedConnectionFactory
protected String cfInterface
protected String cfImplClass
protected String connectionInterface
protected String connectionImplClass
コンストラクタの詳細 |
---|
public ConnectionDefConfig(OutboundAdapterConfig parent)
parent
- 親となるOutboundAdapterConfig
メソッドの詳細 |
---|
public OutboundAdapterConfig getOutboundAdapter()
OutboundAdapterConfig
を返します.
OutboundAdapterConfig
public String getMcfClass()
ManagedConnectionFactory
の実装クラス名を返します.
ManagedConnectionFactory
の実装クラス名public void setMcfClass(String mcfClass)
ManagedConnectionFactory
の実装クラス名を設定します.
mcfClass
- ManagedConnectionFactory
の実装クラス名public String getCfInterface()
public void setCfInterface(String cfInterface)
cfInterface
- ConnectionFactoryのインタフェース名public String getCfImplClass()
ConnectionFactory
の実装クラス名を返します.
ConnectionFactory
の実装クラス名public void setCfImplClass(String cfImplClass)
ConnectionFactory
の実装クラス名を設定します.
cfImplClass
- ConnectionFactory
の実装クラス名public String getConnectionInterface()
public void setConnectionInterface(String connectionInterface)
connectionInterface
- コネクションのインタフェース名public String getConnectionImplClass()
public void setConnectionImplClass(String connectionImplClass)
connectionImplClass
- コネクションの実装クラス名
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |