Modifier and Type | Field and Description |
---|---|
private QueryExp | |
private QueryExp | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public |
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 OrQueryExp will be applied. name)Implements javax. Applies the OrQueryExp on a MBean. |
public QueryExp | |
public QueryExp | |
public String |
exp1 | back to summary |
---|---|
private QueryExp exp1 |
exp2 | back to summary |
---|---|
private QueryExp exp2 |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
OrQueryExp | back to summary |
---|---|
public OrQueryExp() Basic Constructor. |
OrQueryExp | back to summary |
---|---|
public OrQueryExp(QueryExp q1, QueryExp q2) Creates a new OrQueryExp with the specified ValueExps |
apply | back to summary |
---|---|
public boolean apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException Implements javax. Applies the OrQueryExp on a MBean.
|
getLeftExp | back to summary |
---|---|
public QueryExp getLeftExp() Returns the left query expression. |
getRightExp | back to summary |
---|---|
public QueryExp getRightExp() Returns the right query expression. |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string representation of this OrQueryExp
|