| javax.management.QueryExp
All known Subclasses: org.huihoo.jfox.jmx.queries.OrQueryExp, org.huihoo.jfox.jmx.queries.BetweenQueryExp, org.huihoo.jfox.jmx.queries.GtRelQueryExp, org.huihoo.jfox.jmx.queries.GeqRelQueryExp, org.huihoo.jfox.jmx.queries.AndQueryExp, javax.management.ObjectName, org.huihoo.jfox.jmx.queries.EqRelQueryExp, org.huihoo.jfox.jmx.queries.MatchQueryExp, org.huihoo.jfox.jmx.queries.LeqRelQueryExp, org.huihoo.jfox.jmx.queries.NotQueryExp, org.huihoo.jfox.jmx.queries.LtRelQueryExp, org.huihoo.jfox.jmx.queries.InQueryExp,
QueryExp | public interface QueryExp extends Serializable(Code) | | Represents relational constraints that can be used in database query "where clauses".
Instances of QueryExp are returned by the static methods of the Query class.
author: Young Yang |
Method Summary | |
public boolean | apply(ObjectName name) Applies the QueryExp on an MBean.
Parameters: name - The name of the MBean on which the QueryExp will be applied. | public void | setMBeanServer(MBeanServer s) Sets the MBean server on which the query is to be performed. |
setMBeanServer | public void setMBeanServer(MBeanServer s)(Code) | | Sets the MBean server on which the query is to be performed.
Parameters: s - The MBean server on which the query is to be performed. |
|
|