JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.AttributeValueExp
的使用

使用 AttributeValueExp 的軟體套件
javax.management 提供 Java Management Extensions 的核心類別。 
 

javax.managementAttributeValueExp 的使用
 

返回 AttributeValueExpjavax.management 中的方法
static AttributeValueExp Query.attr(String name)
          返回新的屬性表達式。
static AttributeValueExp Query.attr(String className, String name)
          返回新的限定屬性表達式。
static AttributeValueExp Query.classattr()
          返回一個新的類別屬性表達式,該表達式可用於任何希望獲得 ValueExp 的 Query 調用中。
 

參數型別為 AttributeValueExpjavax.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)
          返回一個查詢表達式,表示基於字元串參數的比對約束條件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only