|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.wda.gpss.util.FinderBase
jp.wda.gpss.util.Finder
jp.wda.gpss.util.SocketProcessorFinder
クライアントソケット検索条件句 基底クラス
フィールドの概要 |
クラス jp.wda.gpss.util.Finder から継承したフィールド |
firstelement, group |
クラス jp.wda.gpss.util.FinderBase から継承したフィールド |
and |
コンストラクタの概要 | |
SocketProcessorFinder()
デフォルトの設定を用いてオブジェクトを構築します。 |
メソッドの概要 | |
static SocketProcessorFinder |
create(java.lang.String condition)
推奨されていません。 |
protected Finder |
createNewFinder()
setNextConditionメソッドに必要なメソッド。 |
static Finder |
getFinder(java.lang.String condition)
検索条件句文字列を指定して、新しいオブジェクト検索用オブジェクトを作成します。 |
java.lang.Object |
getReturnValue(java.lang.Object elem)
Finderクラスに必要なメソッド。 |
protected void |
setNextFinder(boolean con,
boolean not,
java.lang.String column,
java.lang.String value)
setNextConditionメソッドに必要なメソッド。 |
クラス jp.wda.gpss.util.Finder から継承したメソッド |
addFinder, addFinder, addFinder, addGroup, equals, get, getList, setCondition |
クラス jp.wda.gpss.util.FinderBase から継承したメソッド |
connect, isAND, isAND |
クラス java.lang.Object から継承したメソッド |
clone, finalize, 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)
protected Finder createNewFinder()
Finder
内の createNewFinder
Finder.createNewFinder()
protected void setNextFinder(boolean con, boolean not, java.lang.String column, java.lang.String value)
Finder
内の setNextFinder
con
- 条件接続条件not
- 否定条件column
- 条件の左辺値value
- 条件の右辺値Finder.setNextFinder(boolean, boolean, String, String)
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)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |