|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.jca.deploy.config.InboundAdapterConfig
public class InboundAdapterConfig
inboundアダプタの構成情報を保持するクラスです.
| フィールドの概要 | |
|---|---|
protected String |
activationspecClass
ActivationSpecの実装クラス名 |
protected List<String> |
messageListenerTypes
メッセージリスナのマップ |
protected Set<String> |
requiredConfigProperties
必須プロパティの名前のセット |
| コンストラクタの概要 | |
|---|---|
InboundAdapterConfig()
インスタンスを構築します. |
|
| メソッドの概要 | |
|---|---|
void |
addMessageListenerType(String messageListenerType)
メッセージリスナのインタフェース名を追加します. |
void |
addRequiredConfigProperty(String requiredConfigProperty)
必須のプロパティ名を追加します. |
void |
setActivationspecClass(String activationspecClass)
アクティベーションスペックの実装クラス名を設定します. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final List<String> messageListenerTypes
protected String activationspecClass
ActivationSpecの実装クラス名
protected final Set<String> requiredConfigProperties
| コンストラクタの詳細 |
|---|
public InboundAdapterConfig()
| メソッドの詳細 |
|---|
public void addMessageListenerType(String messageListenerType)
messageListenerType - メッセージリスナのインタフェース名public void setActivationspecClass(String activationspecClass)
activationspecClass - アクティベーションスペックの実装クラス名public void addRequiredConfigProperty(String requiredConfigProperty)
requiredConfigProperty - 必須のプロパティ名
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||