|
||||||||||
前 次 | フレームあり フレームなし |
ConfigProperty を使用しているパッケージ | |
---|---|
org.seasar.jca.deploy.config | リソースアダプタの構成情報を保持するためのクラスを提供します. |
org.seasar.jca.deploy.impl | リソースアダプタを利用可能な状態にデプロイするための実装クラスを提供します. |
org.seasar.jca.deploy.config での ConfigProperty の使用 |
---|
ConfigProperty 型の型パラメータを持つ org.seasar.jca.deploy.config のフィールド | |
---|---|
protected Map<String,ConfigProperty> |
ConfigPropertyContainer.props
プロパティのマップ |
ConfigProperty を返す org.seasar.jca.deploy.config のメソッド | |
---|---|
ConfigProperty |
ConfigPropertyContainer.getProperty(String name)
名前で指定されたプロパティを返します. |
ConfigProperty 型の引数を持つ型を返す org.seasar.jca.deploy.config のメソッド | |
---|---|
Collection<ConfigProperty> |
ConfigPropertyContainer.getPropertyValues()
保持しているプロパティの値のコレクションを返します. |
ConfigProperty 型のパラメータを持つ org.seasar.jca.deploy.config のメソッド | |
---|---|
void |
ConfigPropertyContainer.putProperty(ConfigProperty prop)
プロパティを追加します. |
Method parameters in org.seasar.jca.deploy.config with type arguments of type ConfigProperty | |
---|---|
void |
ConfigPropertyContainer.putProperties(Collection<ConfigProperty> properties)
複数のプロパティを追加します. |
org.seasar.jca.deploy.impl での ConfigProperty の使用 |
---|
ConfigProperty 型の型パラメータを持つ org.seasar.jca.deploy.impl のフィールド | |
---|---|
protected List<ConfigProperty> |
AbstractDeployer.configProperties
プロパティの List |
ConfigProperty 型のパラメータを持つ org.seasar.jca.deploy.impl のメソッド | |
---|---|
protected void |
AbstractDeployer.applyProperty(BeanDesc beanDesc,
TARGET target,
ConfigProperty property)
デプロイ対象にプロパティを設定します. |
void |
AbstractDeployer.setProperty(ConfigProperty configProperty)
プロパティを設定します. |
Method parameters in org.seasar.jca.deploy.impl with type arguments of type ConfigProperty | |
---|---|
protected void |
AbstractDeployer.applyProperties(BeanDesc beanDesc,
TARGET target,
Collection<ConfigProperty> properties)
デプロイ対象にプロパティのコレクションを設定します. |
protected void |
AbstractDeployer.loggingConfigProperties(Collection<ConfigProperty> properties,
String indent,
StringBuilder buf)
デプロイ対象に設定するプロパティのコレクションをログ出力用にフォーマットします. |
|
||||||||||
前 次 | フレームあり フレームなし |