クラス
javax.management.AttributeValueExpの使用
パッケージ | 説明 |
---|---|
javax.management |
Java Management Extensionsのコア・クラスを提供します。
|
-
javax.managementでのAttributeValueExpの使用
AttributeValueExpを返すjavax.managementのメソッド 修飾子と型 メソッド 説明 static AttributeValueExp
Query. attr(String name)
新しい属性式を返します。static AttributeValueExp
Query. attr(String className, String name)
新しい修飾属性式を返します。static AttributeValueExp
Query. classattr()
ValueExpを取得するQuery呼出しで使用可能な新しいクラス属性式を返します。型AttributeValueExpのパラメータを持つjavax.managementのメソッド 修飾子と型 メソッド 説明 static QueryExp
Query. anySubString(AttributeValueExp a, StringValueExp s)
文字列引数のマッチング制約を表すクエリー式を返します。static QueryExp
Query. finalSubString(AttributeValueExp a, StringValueExp s)
文字列引数のマッチング制約を表すクエリー式を返します。static QueryExp
Query. initialSubString(AttributeValueExp a, StringValueExp s)
文字列引数のマッチング制約を表すクエリー式を返します。static QueryExp
Query. match(AttributeValueExp a, StringValueExp s)
文字列引数のマッチング制約を表すクエリー式を返します。