Modifier and Type | Field and Description |
---|---|
private static final long | |
private ValueExp | |
private ValueExp[] |
Access | Constructor and Description |
---|---|
public | |
public | InQueryExp(ValueExp v1, ValueExp[] items)
Creates a new InQueryExp with the specified ValueExp to be found in a specified array of ValueExp. |
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 InQueryExp will be applied. name)Implements javax. Applies the InQueryExp on a MBean. |
private String | |
public ValueExp | |
public ValueExp[] | |
public String |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
val | back to summary |
---|---|
private ValueExp val |
valueList | back to summary |
---|---|
private ValueExp[] valueList |
InQueryExp | back to summary |
---|---|
public InQueryExp() Basic Constructor. |
InQueryExp | back to summary |
---|---|
public InQueryExp(ValueExp v1, ValueExp[] items) Creates a new InQueryExp with the specified ValueExp to be found in a specified array of ValueExp. |
apply | back to summary |
---|---|
public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException Implements javax. Applies the InQueryExp on a MBean.
|
generateValueList | back to summary |
---|---|
private String generateValueList() |
getCheckedValue | back to summary |
---|---|
public ValueExp getCheckedValue() Returns the checked value of the query. |
getExplicitValues | back to summary |
---|---|
public ValueExp[] getExplicitValues() Returns the array of values of the query. |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns the string representing the object.
|