Uses of Interface
javax.management.ValueExp
Packages that use ValueExp
-
Uses of ValueExp in javax.management
Classes in javax.management that implement ValueExp修饰符和类Class描述classRepresents attributes used as arguments to relational constraints.classRepresents strings that are arguments to relational constraints.Methods in javax.management that return ValueExp修饰符和类方法描述AttributeValueExp.apply(ObjectName name) Applies theAttributeValueExpon an MBean.StringValueExp.apply(ObjectName name) Applies the ValueExp on a MBean.ValueExp.apply(ObjectName name) Applies the ValueExp on a MBean.static ValueExpReturns a binary expression representing the quotient of two numeric values.BadBinaryOpValueExpException.getExp()Returns theValueExpthat originated the exception.static ValueExpReturns a binary expression representing the difference between two numeric values.static ValueExpReturns a binary expression representing the sum of two numeric values, or the concatenation of two string values.static ValueExpReturns a binary expression representing the product of two numeric values.static ValueExpQuery.value(boolean val) Returns a boolean value expression that can be used in any Query call that expects a ValueExp.static ValueExpQuery.value(double val) Returns a numeric value expression that can be used in any Query call that expects a ValueExp.static ValueExpQuery.value(float val) Returns a numeric value expression that can be used in any Query call that expects a ValueExp.static ValueExpQuery.value(int val) Returns a numeric value expression that can be used in any Query call that expects a ValueExp.static ValueExpQuery.value(long val) Returns a numeric value expression that can be used in any Query call that expects a ValueExp.static ValueExpReturns a numeric value expression that can be used in any Query call that expects a ValueExp.Methods in javax.management with parameters of type ValueExp修饰符和类方法描述static QueryExpReturns a query expression that represents the constraint that one value is between two other values.static ValueExpReturns a binary expression representing the quotient of two numeric values.static QueryExpReturns a query expression that represents an equality constraint on two values.static QueryExpReturns a query expression that represents a "greater than or equal to" constraint on two values.static QueryExpReturns a query expression that represents a "greater than" constraint on two values.static QueryExpReturns an expression constraining a value to be one of an explicit list.static QueryExpReturns a query expression that represents a "less than or equal to" constraint on two values.static QueryExpReturns a query expression that represents a "less than" constraint on two values.static ValueExpReturns a binary expression representing the difference between two numeric values.static ValueExpReturns a binary expression representing the sum of two numeric values, or the concatenation of two string values.static ValueExpReturns a binary expression representing the product of two numeric values.Constructors in javax.management with parameters of type ValueExpModifierConstructor描述Constructs aBadBinaryOpValueExpExceptionwith the specifiedValueExp.