javax.management
Class QueryExp

java.lang.Object
  |
  +--javax.management.QueryEval
        |
        +--javax.management.QueryExp

public abstract class QueryExp
extends QueryEval

The QueryExp class 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.

See Also:
Serialized Form

Constructor Summary
QueryExp()
           
 
Method Summary
 boolean apply(java.lang.Object object)
          Applies the QueryExp on a MBean.
 
Methods inherited from class javax.management.QueryEval
setMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExp

public QueryExp()
Method Detail

apply

public boolean apply(java.lang.Object object)
              throws BadStringOperationException,
                     BadBinaryOpValueExpException,
                     BadAttributeValueExpException,
                     InvalidApplicationException
Applies the QueryExp on a MBean.
Parameters:
object - The MBean on which the QueryExp will be applied.
Returns:
True if the query was successfully applied to the MBean, false otherwise.
Throws:
BadStringOperationException -  
BadBinaryOpValueExpException -  
BadAttributeValueExpException -  
InvalidApplicationException -