Uses of Class
javax.management.AttributeValueExp
-
Packages that use AttributeValueExp 软件包 描述 javax.management 提供Java管理扩展的核心类。 -
-
Uses of AttributeValueExp in javax.management
Methods in javax.management that return AttributeValueExp Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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)
返回一个表示字符串参数匹配约束的查询表达式。
-