javax.management
Interface QueryExp

All Superinterfaces:
java.io.Serializable

public interface QueryExp
extends java.io.Serializable

Represents relational constraint.

Version:
$Revision: 1.4 $
Author:
Simone Bordet

Method Summary
 boolean apply(ObjectName name)
          Apply the QueryExp on an MBean
 void setMBeanServer(MBeanServer server)
          Sets the MBeanServer.
 

Method Detail

apply

public boolean apply(ObjectName name)
              throws BadStringOperationException,
                     BadBinaryOpValueExpException,
                     BadAttributeValueExpException,
                     InvalidApplicationException
Apply the QueryExp on an MBean
Parameters:
name - The ObjectName of the MBean to apply this QueryExp againts.
Returns:
boolean true if the query was successfully applied,false otherwise.
Throws:
BadStringOperationException -  
BadBinaryOpValueExpException -  
BadAttributeValueExpException -  
InvalidApplicationExpException -  

setMBeanServer

public void setMBeanServer(MBeanServer server)
Sets the MBeanServer.
Parameters:
server - The MBeanServer


Copyright © 2001-2002 MX4J Team. All Rights Reserved.