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