Modifier and Type | Field and Description |
---|---|
private ValueExp | |
private ValueExp | |
private ValueExp | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | BetweenQueryExp(ValueExp v1, ValueExp v2, ValueExp v3)
Creates a new BetweenQueryExp with v1 checked value, v2 lower bound and v3 upper bound values. |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: True if the query was successfully applied to the MBean, false otherwise.The name of the MBean on which the BetweenQueryExp will be applied. name)Implements javax. Applies the BetweenQueryExp on an MBean. |
public ValueExp | |
public ValueExp | |
public ValueExp | |
public String |
exp1 | back to summary |
---|---|
private ValueExp exp1 |
exp2 | back to summary |
---|---|
private ValueExp exp2 |
exp3 | back to summary |
---|---|
private ValueExp exp3 |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
BetweenQueryExp | back to summary |
---|---|
public BetweenQueryExp() Basic Constructor. |
BetweenQueryExp | back to summary |
---|---|
public BetweenQueryExp(ValueExp v1, ValueExp v2, ValueExp v3) Creates a new BetweenQueryExp with v1 checked value, v2 lower bound and v3 upper bound values. |
apply | back to summary |
---|---|
public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException Implements javax. Applies the BetweenQueryExp on an MBean.
|
getCheckedValue | back to summary |
---|---|
public ValueExp getCheckedValue() Returns the checked value of the query. |
getLowerBound | back to summary |
---|---|
public ValueExp getLowerBound() Returns the lower bound value of the query. |
getUpperBound | back to summary |
---|---|
public ValueExp getUpperBound() Returns the upper bound value of the query. |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns the string representing the object.
|