Uses of Class
javax.management.AttributeValueExp
-
Packages that use AttributeValueExp 软件包 描述 javax.management 提供Java Management Extensions的核心类。 -
-
Uses of AttributeValueExp in javax.management
Methods in javax.management that return AttributeValueExp 变量和类型 方法 描述 static AttributeValueExp
Query. attr(String name)
返回一个新的属性表达式。static AttributeValueExp
Query. attr(String className, String name)
返回新的限定属性表达式。static AttributeValueExp
Query. classattr()
返回一个新的类属性表达式,可以在任何需要ValueExp的Query调用中使用。Methods in javax.management with parameters of type AttributeValueExp 变量和类型 方法 描述 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)
返回表示字符串参数的匹配约束的查询表达式。
-