jp.wda.gpss.util
クラス SocketProcessorFinderByAttribute.SocketProcessorFinderByAttributeElement

java.lang.Object
  |
  +--jp.wda.gpss.util.FinderBase
        |
        +--jp.wda.gpss.util.FinderElement
              |
              +--jp.wda.gpss.util.SocketProcessorFinderByAttribute.SocketProcessorFinderByAttributeElement
含まれているクラス:
SocketProcessorFinderByAttribute

public class SocketProcessorFinderByAttribute.SocketProcessorFinderByAttributeElement
extends FinderElement

クライアント固有属性によるクライアントソケット検索条件指定クラス


コンストラクタの概要
SocketProcessorFinderByAttribute.SocketProcessorFinderByAttributeElement(boolean not, java.lang.Object key, java.lang.Object value)
          否定条件、固有属性名及び検索する固有属性値を指定してオブジェクトを構築します。
 
メソッドの概要
 java.lang.Object getFindValue(java.lang.Object elem)
          条件比較時に、指定されたオブジェクトから必要な値を抽出します。
 
クラス jp.wda.gpss.util.FinderElement から継承したメソッド
equals
 
クラス jp.wda.gpss.util.FinderBase から継承したメソッド
connect, isAND, isAND
 
クラス java.lang.Object から継承したメソッド
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SocketProcessorFinderByAttribute.SocketProcessorFinderByAttributeElement

public SocketProcessorFinderByAttribute.SocketProcessorFinderByAttributeElement(boolean not,
                                                                                java.lang.Object key,
                                                                                java.lang.Object value)
否定条件、固有属性名及び検索する固有属性値を指定してオブジェクトを構築します。

パラメータ:
not - 否定条件
key - 固有属性名
value - 検索する固有属性値
メソッドの詳細

getFindValue

public java.lang.Object getFindValue(java.lang.Object elem)
条件比較時に、指定されたオブジェクトから必要な値を抽出します。

定義:
クラス FinderElement 内の getFindValue
パラメータ:
elem - これから条件比較を行なうオブジェクト
戻り値:
オブジェクトから抽出された条件比較に必要な値
関連項目:
FinderElement.getFindValue(Object)