| javax.management.QueryExp
QueryExp | public interface QueryExp extends Serializable(Code) | | QueryExp interface 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.
|
Method Summary | |
public boolean | apply(ObjectName object) Applies the QueryExp on an MBean.
Parameters: object - The name of the MBean on which the QueryExp will be applied. | public void | setMBeanServer(MBeanServer server) Sets the MBeanServer on which the query is to be accessed. |
setMBeanServer | public void setMBeanServer(MBeanServer server)(Code) | | Sets the MBeanServer on which the query is to be accessed.
Parameters: server - - The MBeanServer on which the query is to be accessed. |
|
|