| javax.management.ValueExp
All known Subclasses: javax.management.StringValueExp, org.huihoo.jfox.jmx.queries.NumericValueExp, org.huihoo.jfox.jmx.queries.DivOpValueExp, org.huihoo.jfox.jmx.queries.TimesOpValueExp, javax.management.AttributeValueExp, org.huihoo.jfox.jmx.queries.MinusOpValueExp, org.huihoo.jfox.jmx.queries.PlusOpValueExp, org.huihoo.jfox.jmx.queries.BooleanValueExp,
ValueExp | public interface ValueExp extends Serializable(Code) | | Represents values that can be passed as arguments to
relational expressions. Strings, numbers, attributes are valid values
and should be represented by implementations of ValueExp .
author: Young Yang |
Method Summary | |
public ValueExp | apply(ObjectName name) Applies the ValueExp on a MBean.
Parameters: name - The name of the MBean on which the ValueExp will be applied. | public void | setMBeanServer(MBeanServer server) Sets the MBean server on which the query is to be performed. |
setMBeanServer | public void setMBeanServer(MBeanServer server)(Code) | | Sets the MBean server on which the query is to be performed.
Parameters: server - The MBean server on which the query is to be performed. |
|
|