|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueExp | |
|---|---|
| javax.management | |
| Uses of ValueExp in javax.management |
|---|
| Classes in javax.management that implement ValueExp | |
|---|---|
class |
AttributeValueExp
A String that is an arguement to a query. |
class |
StringValueExp
A String that is an arguement to a query. |
| Methods in javax.management that return ValueExp | |
|---|---|
ValueExp |
AttributeValueExp.apply(ObjectName name)
|
ValueExp |
StringValueExp.apply(ObjectName name)
|
ValueExp |
ValueExp.apply(ObjectName name)
Apply this value expression to an MBean. |
static ValueExp |
Query.div(ValueExp first,
ValueExp second)
An expression that divides the first expression by the second |
ValueExp |
BadBinaryOpValueExpException.getExp()
Retrieve the bad binary value expression. |
static ValueExp |
Query.minus(ValueExp first,
ValueExp second)
An expression that subtracts the second expression from the first |
static ValueExp |
Query.plus(ValueExp first,
ValueExp second)
An expression that adds the second expression to the first |
static ValueExp |
Query.times(ValueExp first,
ValueExp second)
An expression that multiplies the first expression by the second |
static ValueExp |
Query.value(boolean value)
Create a boolean value expression for use in a Query. |
static ValueExp |
Query.value(double value)
Create a double value expression for use in a Query. |
static ValueExp |
Query.value(float value)
Create a float value expression for use in a Query. |
static ValueExp |
Query.value(int value)
Create an integer value expression for use in a Query. |
static ValueExp |
Query.value(long value)
Create a long value expression for use in a Query. |
static ValueExp |
Query.value(Number value)
Create a number value expression for use in a Query. |
| Methods in javax.management with parameters of type ValueExp | |
|---|---|
static QueryExp |
Query.between(ValueExp test,
ValueExp lower,
ValueExp higher)
Tests a value is between two other values. |
static ValueExp |
Query.div(ValueExp first,
ValueExp second)
An expression that divides the first expression by the second |
static QueryExp |
Query.eq(ValueExp first,
ValueExp second)
Equals Comparison. |
static QueryExp |
Query.geq(ValueExp first,
ValueExp second)
Greater than or Equals Comparison. |
static QueryExp |
Query.gt(ValueExp first,
ValueExp second)
Greater than. |
static QueryExp |
Query.in(ValueExp test,
ValueExp[] list)
Tests a value is in one of the listed values. |
static QueryExp |
Query.in(ValueExp test,
ValueExp[] list)
Tests a value is in one of the listed values. |
static QueryExp |
Query.leq(ValueExp first,
ValueExp second)
Less than or equal. |
static QueryExp |
Query.lt(ValueExp first,
ValueExp second)
Less than. |
static ValueExp |
Query.minus(ValueExp first,
ValueExp second)
An expression that subtracts the second expression from the first |
static ValueExp |
Query.plus(ValueExp first,
ValueExp second)
An expression that adds the second expression to the first |
static ValueExp |
Query.times(ValueExp first,
ValueExp second)
An expression that multiplies the first expression by the second |
| Constructors in javax.management with parameters of type ValueExp | |
|---|---|
BadBinaryOpValueExpException(ValueExp exp)
Construct a new BadBinaryValueExpException with the given expression. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||