|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.wda.gpss.util.FinderBase | +--jp.wda.gpss.util.Finder | +--jp.wda.gpss.util.SocketProcessorFinder
クライアントソケット検索条件句 基底クラス
コンストラクタの概要 | |
SocketProcessorFinder()
デフォルトの設定を用いてオブジェクトを構築します。 |
メソッドの概要 | |
static SocketProcessorFinder |
create(java.lang.String condition)
推奨されていません。 |
static Finder |
getFinder(java.lang.String condition)
検索条件句文字列を指定して、新しいオブジェクト検索用オブジェクトを作成します。 |
java.lang.Object |
getReturnValue(java.lang.Object elem)
Finderクラスに必要なメソッド。 |
クラス jp.wda.gpss.util.Finder から継承したメソッド |
addFinder, addFinder, addFinder, addGroup, equals, get, getList |
クラス jp.wda.gpss.util.FinderBase から継承したメソッド |
connect, isAND, isAND |
クラス java.lang.Object から継承したメソッド |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public SocketProcessorFinder()
メソッドの詳細 |
public java.lang.Object getReturnValue(java.lang.Object elem)
Finder
内の getReturnValue
elem
- getlist / getメソッドで条件を満たすと確認されたオブジェクト
Finder.getReturnValue(Object)
public static SocketProcessorFinder create(java.lang.String condition)
condition
- 条件文public static Finder getFinder(java.lang.String condition) throws jp.wda.gpss.util.FinderCreatingException
condition
- 条件文
jp.wda.gpss.util.FinderCreatingException
- 条件文字列が不正の場合FinderConditionInterpreter.interpret(Finder, String, String)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |