Uses of Interface javax.management.ValueExp

Uses in package javax.management

Classes implementing javax.management.ValueExp

class
Represents an attribute value being used as an argument to a relational constraint.
class
Represents a string being used as an argument to a relational constraint.

Constructors with parameter type javax.management.ValueExp

Constructs a new BadBinaryOpValueExpException using the specified expression to represent the invalid one.

Methods with parameter type javax.management.ValueExp

QueryExp
Returns a query expression representing the constraint that the value, v1, lies between v2 and v3.
ValueExp
Returns a value expression which evaluates to the result of dividing v1 by v2.
QueryExp
Returns a query expression which evaluates to the result of comparing v1 to v2 for equality.
QueryExp
Returns a query expression which evaluates to the result of comparing v1 to v2 to see if v1 is greater than or equal to v2.
QueryExp
Returns a query expression which evaluates to the result of comparing v1 to v2 to see if v1 is greater than v2.
QueryExp
Query.in(ValueExp v, ValueExp[] vlist)
Returns a query expression representing the constraint that the value, v, is a member of the list, vlist.
QueryExp
Returns a query expression which evaluates to the result of comparing v1 to v2 to see if v1 is less than or equal to v2.
QueryExp
Returns a query expression which evaluates to the result of comparing v1 to v2 to see if v1 is less than v2.
ValueExp
Returns a value expression which evaluates to the result of subtracting v2 from v1.
ValueExp
Returns a value expression which evaluates to the result of adding v1 to v2.
ValueExp
Returns a value expression which evaluates to the result of multiplying v1 by v2.

Methods with return type javax.management.ValueExp

ValueExp
Applies the AttributeValueExp to the specified management bean by obtaining the attribute value from the MBeanServer and using it to create a StringValueExp.
ValueExp
Applies the StringValueExp to the specified management bean by simply returning the value.
ValueExp
Applies the value expression to the specified management bean.
ValueExp
Returns a value expression which evaluates to the result of dividing v1 by v2.
ValueExp
Returns the inappropriate value expression associated with this exception.
ValueExp
Returns a value expression which evaluates to the result of subtracting v2 from v1.
ValueExp
Returns a value expression which evaluates to the result of adding v1 to v2.
ValueExp
Returns a value expression which evaluates to the result of multiplying v1 by v2.
ValueExp
Query.value(boolean val)
Returns a value expression wrapping the specified value.
ValueExp
Query.value(double val)
Returns a value expression wrapping the specified value.
ValueExp
Query.value(float val)
Returns a value expression wrapping the specified value.
ValueExp
Query.value(int val)
Returns a value expression wrapping the specified value.
ValueExp
Returns a value expression wrapping the specified value.
ValueExp
Query.value(long val)
Returns a value expression wrapping the specified value.