Provides the core classes for the Java Management Extensions.
-
class
Represents attributes used as arguments to relational constraints.
class
Represents strings that are arguments to relational constraints.
Applies the AttributeValueExp
on an MBean.
Applies the ValueExp on a MBean.
Applies the ValueExp on a MBean.
Returns a binary expression representing the quotient of two numeric
values.
BadBinaryOpValueExpException.getExp()
Returns the ValueExp
that originated the exception.
Returns a binary expression representing the difference between two numeric
values.
Returns a binary expression representing the sum of two numeric values,
or the concatenation of two string values.
Returns a binary expression representing the product of two numeric values.
Returns a boolean value expression that can be used in any Query call
that expects a ValueExp.
Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
Returns a query expression that represents the constraint that one
value is between two other values.
Returns a binary expression representing the quotient of two numeric
values.
Returns a query expression that represents an equality constraint on
two values.
Returns a query expression that represents a "greater than or equal
to" constraint on two values.
Returns a query expression that represents a "greater than" constraint on
two values.
Returns an expression constraining a value to be one of an explicit list.
Returns a query expression that represents a "less than or equal to"
constraint on two values.
Returns a query expression that represents a "less than" constraint on
two values.
Returns a binary expression representing the difference between two numeric
values.
Returns a binary expression representing the sum of two numeric values,
or the concatenation of two string values.
Returns a binary expression representing the product of two numeric values.
Constructs a BadBinaryOpValueExpException
with the specified ValueExp
.