Java javax.management Query fields, constructors, methods, implement or subclass

Example usage for Java javax.management Query fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management Query.

The text is from its open source code.

Method

QueryExpand(QueryExp q1, QueryExp q2)
Returns a query expression that is the conjunction of two other query expressions.
AttributeValueExpattr(String name)

Returns a new attribute expression.

QueryExpisInstanceOf(StringValueExp classNameValue)
Returns a query expression that represents an inheritance constraint on an MBean class.
QueryExpmatch(AttributeValueExp a, StringValueExp s)
Returns a query expression that represents a matching constraint on a string argument.
StringValueExpvalue(String val)
Returns a new string expression.
ValueExpvalue(Number val)
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
ValueExpvalue(int val)
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
ValueExpvalue(long val)
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
ValueExpvalue(float val)
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
ValueExpvalue(double val)
Returns a numeric value expression that can be used in any Query call that expects a ValueExp.
ValueExpvalue(boolean val)
Returns a boolean value expression that can be used in any Query call that expects a ValueExp.