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